License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.semanticweb.yars |
ArtifactId | ArtifactIdnxparser-parsers |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionNxParser Parsers
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-parsers-4.0.0.pom | |
nxparser-parsers-4.0.0.jar | 87 KB |
nxparser-parsers-4.0.0-sources.jar | 54 KB |
nxparser-parsers-4.0.0-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-parsers/ -->
<dependency>
<groupId>org.semanticweb.yars</groupId>
<artifactId>nxparser-parsers</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-parsers/
implementation 'org.semanticweb.yars:nxparser-parsers:4.0.0'
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-parsers/
implementation ("org.semanticweb.yars:nxparser-parsers:4.0.0")
'org.semanticweb.yars:nxparser-parsers:jar:4.0.0'
<dependency org="org.semanticweb.yars" name="nxparser-parsers" rev="4.0.0">
<artifact name="nxparser-parsers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.yars', module='nxparser-parsers', version='4.0.0')
)
libraryDependencies += "org.semanticweb.yars" % "nxparser-parsers" % "4.0.0"
[org.semanticweb.yars/nxparser-parsers "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.semanticweb.yars : nxparser-api | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.jena : jena-arq | jar | 2.11.1 |
org.slf4j : slf4j-jdk14 | jar | 1.6.4 |
org.slf4j : log4j-over-slf4j | jar | 1.7.12 |
junit : junit | jar | 4.13.1 |