is not current version
Last Version 4.0.0

org.semanticweb.yars:nxparser 2.3.3

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

2.3.3
Type

Type

pom

Download nxparser 2.3.3

Filename Size
nxparser-2.3.3.pom 4 KB
Browse

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