Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.semanticweb.yars |
ArtifactId | ArtifactIdnxparser |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
nxparser-1.2.10.pom | |
nxparser-1.2.10.jar | 406 KB |
nxparser-1.2.10-sources.jar | 208 KB |
nxparser-1.2.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser/ -->
<dependency>
<groupId>org.semanticweb.yars</groupId>
<artifactId>nxparser</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser/
implementation 'org.semanticweb.yars:nxparser:1.2.10'
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser/
implementation ("org.semanticweb.yars:nxparser:1.2.10")
'org.semanticweb.yars:nxparser:jar:1.2.10'
<dependency org="org.semanticweb.yars" name="nxparser" rev="1.2.10">
<artifact name="nxparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.yars', module='nxparser', version='1.2.10')
)
libraryDependencies += "org.semanticweb.yars" % "nxparser" % "1.2.10"
[org.semanticweb.yars/nxparser "1.2.10"]