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