Last Version

NxParser 4.0.0

NxParser is a Java open source, streaming, non-validating parser for the Nx format, where x = Triples, Quads, or any other number.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.semanticweb.yars
ArtifactId

ArtifactId

nxparser
Version

Version

4.0.0
Type

Type

pom
Description

Description

NxParser
NxParser is a Java open source, streaming, non-validating parser for the Nx format, where x = Triples, Quads, or any other number.
Project URL

Project URL

https://github.com/nxparser/nxparser
Source Code Management

Source Code Management

https://github.com/nxparser/nxparser.git

Download nxparser 4.0.0

Filename Size
nxparser-4.0.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser/ -->
<dependency>
    <groupId>org.semanticweb.yars</groupId>
    <artifactId>nxparser</artifactId>
    <version>4.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser/
implementation 'org.semanticweb.yars:nxparser:4.0.0'
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser/
implementation ("org.semanticweb.yars:nxparser:4.0.0")
'org.semanticweb.yars:nxparser:pom:4.0.0'
<dependency org="org.semanticweb.yars" name="nxparser" rev="4.0.0">
  <artifact name="nxparser" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.yars', module='nxparser', version='4.0.0')
)
libraryDependencies += "org.semanticweb.yars" % "nxparser" % "4.0.0"
[org.semanticweb.yars/nxparser "4.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

  • nxparser-api
  • nxparser-cli
  • nxparser-commons
  • nxparser-model
  • nxparser-model-datatypes
  • nxparser-parsers
  • nxparser-parsers-external-rdfa-semargl
  • nxparser-parsers-external-rdfa-semargl-tagsoup
  • nxparser-parsers-external-jsonld-jsonld_java
  • nxparser-serialisers
  • nxparser-utilities
  • nxparser-utilities-nx
  • nxparser-utilities-uri
  • nxparser-jax-rs