License |
License |
---|---|
Categories |
CategoriesAnt Build Tools CLI User Interface |
GroupId | GroupIdorg.semanticweb.yars |
ArtifactId | ArtifactIdnxparser-cli |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionNxParser Command Line Interface
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-cli-4.0.0.pom | |
nxparser-cli-4.0.0.jar | 17 KB |
nxparser-cli-4.0.0-with-dependencies.jar | 287 KB |
nxparser-cli-4.0.0-sources.jar | 8 KB |
nxparser-cli-4.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-cli/ -->
<dependency>
<groupId>org.semanticweb.yars</groupId>
<artifactId>nxparser-cli</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-cli/
implementation 'org.semanticweb.yars:nxparser-cli:4.0.0'
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-cli/
implementation ("org.semanticweb.yars:nxparser-cli:4.0.0")
'org.semanticweb.yars:nxparser-cli:jar:4.0.0'
<dependency org="org.semanticweb.yars" name="nxparser-cli" rev="4.0.0">
<artifact name="nxparser-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.yars', module='nxparser-cli', version='4.0.0')
)
libraryDependencies += "org.semanticweb.yars" % "nxparser-cli" % "4.0.0"
[org.semanticweb.yars/nxparser-cli "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.1 |
org.semanticweb.yars : nxparser-utilities-nx | jar | 4.0.0 |
org.semanticweb.yars : nxparser-parsers | jar | 4.0.0 |
org.semanticweb.yars : nxparser-utilities-uri | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |