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