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