All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by parser with all dependencies

Search JAR files by class name

graal-tools from group fr.lirmm.graphik (version 1.0.1)

Group: fr.lirmm.graphik Artifact: graal-tools
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-tools
Group fr.lirmm.graphik
Version 1.0.1
Last update 19. October 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 4
Dependencies graal-core, graal-io-dlgp, jcommander, logback-classic,
There are maybe transitive dependencies!

graal-store-test from group fr.lirmm.graphik (version 1.0.1)

Group: fr.lirmm.graphik Artifact: graal-store-test
Show all versions 
 

0 downloads
Artifact graal-store-test
Group fr.lirmm.graphik
Version 1.0.1
Last update 19. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kiabora from group fr.lirmm.graphik (version 0.9.0)

Group: fr.lirmm.graphik Artifact: kiabora
Show all versions Show documentation Show source 
 

0 downloads
Artifact kiabora
Group fr.lirmm.graphik
Version 0.9.0
Last update 21. September 2015
Organization GraphIK (INRIA - LIRMM)
URL Not specified
License not specified
Dependencies amount 7
Dependencies graal-util, graal-core, graal-io-dlgp, graal-rules-analyser, commons-lang3, jcommander, logback-classic,
There are maybe transitive dependencies!

graal-store-api from group fr.lirmm.graphik (version 0.9.0)

Group: fr.lirmm.graphik Artifact: graal-store-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-store-api
Group fr.lirmm.graphik
Version 0.9.0
Last update 21. September 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 1
Dependencies graal-core,
There are maybe transitive dependencies!

graal-io-api from group fr.lirmm.graphik (version 0.9.0)

Group: fr.lirmm.graphik Artifact: graal-io-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-io-api
Group fr.lirmm.graphik
Version 0.9.0
Last update 21. September 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 2
Dependencies graal-core, graal-util,
There are maybe transitive dependencies!

graal-io-dlgp1 from group fr.lirmm.graphik (version 0.8.7)

Group: fr.lirmm.graphik Artifact: graal-io-dlgp1
Show documentation Show source 
 

0 downloads
Artifact graal-io-dlgp1
Group fr.lirmm.graphik
Version 0.8.7
Last update 03. September 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 4
Dependencies graal-core, graal-io-api, dlgp-parser, logback-classic,
There are maybe transitive dependencies!

EsiAisParser from group nl.esi.metis (version 0.30)

This package supports the parsing of AIS messages in Java. AIS, the Automatic Identification System, is a system aiming at improving maritime safety by exchanging messages between ships, other vehicles in particular aircraft involved in search-and-rescue (SAR), and (fixed) base stations. To be precise, this package support the ITU-R M.1371-4 AIS standard. See our extensive javadoc and in particular the class AISParser for more information on how to use this package. The parser was used in the Poseidon project, and is improved in the Metis project to better handle uncertain information. Both projects were led by the Embedded Systems Institute. In both projects Thales Nederlands was the carrying industrial partner, and multiple Dutch universities participated.

Group: nl.esi.metis Artifact: EsiAisParser
Show all versions Show documentation Show source 
 

1 downloads
Artifact EsiAisParser
Group nl.esi.metis
Version 0.30
Last update 20. June 2013
Organization not specified
URL http://sourceforge.net/projects/esiaisparser/
License ESI AIS Parser license
Dependencies amount 1
Dependencies colt,
There are maybe transitive dependencies!

jparsec from group jparsec (version 2.0.1)

What is jparsec? Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only. Why yet another parser framework? Jparsec stands out for its combinator nature. It is no parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java /C# language, which also means you can utilize all the utilities in the Java/.Net community to get your parser fancy. What does "jparsec" stand for? Jparsec is an implementation of Haskell Parsec on the Java platform. Feature highlights. operator precendence grammar. accurate error location and customizable error message. rich set of pre-defined reusable combinator functions. declarative API that resembles BNF. [email protected] [email protected]

Group: jparsec Artifact: jparsec
Show all versions Show documentation Show source 
 

1 downloads
Artifact jparsec
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!

tagsoup from group org.ccil.cowan.tagsoup (version 1.2.1)

TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.

Group: org.ccil.cowan.tagsoup Artifact: tagsoup
Show all versions Show documentation Show source 
 

44 downloads
Artifact tagsoup
Group org.ccil.cowan.tagsoup
Version 1.2.1
Last update 22. August 2011
Organization not specified
URL http://home.ccil.org/~cowan/XML/tagsoup/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nekodtd from group nekohtml (version 0.1.11)

NekoDTD is a configuration that parses Document Type Definition (DTD) files and converts the information into an XML document. This representation can then be processed using standard XML processors and applications to perform grammar analysis, convert the DTD into other grammar formats, etc. For example, using an XSLT stylesheet, the XML representation of the DTD can be converted to an equivalent XML Schema or Relax NG grammar. The NekoDTD parser configuration is written using the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. This enables you to use NekoDTD with existing XNI tools without modification or rewriting code.

Group: nekohtml Artifact: nekodtd
Show documentation Show source 
 

7 downloads
Artifact nekodtd
Group nekohtml
Version 0.1.11
Last update 03. July 2006
Organization not specified
URL http://people.apache.org/~andyc/neko/doc/dtd/index.html
License The CyberNeko Software License, Version 1.0
Dependencies amount 2
Dependencies xercesImpl, xml-apis,
There are maybe transitive dependencies!



Page 315 from 316 (items total 3159)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy