is not current version
Last Version 4.0.0

org.semanticweb.yars:nxparser 3.0.1

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

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.semanticweb.yars
ArtifactId

ArtifactId

nxparser
Version

Version

3.0.1
Type

Type

pom

Download nxparser 3.0.1

Filename Size
nxparser-3.0.1.pom 4 KB
Browse

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