License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.semanticweb.yars |
ArtifactId | ArtifactIdnxparser-serialisers |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionNxParser Serialisers
NxParser is a Java open source, streaming, non-validating parser for the Nx format, where x = Triples, Quads, or any other number.
|
<!-- https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-serialisers/ -->
<dependency>
<groupId>org.semanticweb.yars</groupId>
<artifactId>nxparser-serialisers</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-serialisers/
implementation 'org.semanticweb.yars:nxparser-serialisers:4.0.0'
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-serialisers/
implementation ("org.semanticweb.yars:nxparser-serialisers:4.0.0")
'org.semanticweb.yars:nxparser-serialisers:jar:4.0.0'
<dependency org="org.semanticweb.yars" name="nxparser-serialisers" rev="4.0.0">
<artifact name="nxparser-serialisers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.yars', module='nxparser-serialisers', version='4.0.0')
)
libraryDependencies += "org.semanticweb.yars" % "nxparser-serialisers" % "4.0.0"
[org.semanticweb.yars/nxparser-serialisers "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.semanticweb.yars : nxparser-api | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |