Categories |
CategoriesAnt Build Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.semanticweb.yars |
ArtifactId | ArtifactIdnxparser-cli |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
nxparser-cli-2.3.2.pom | |
nxparser-cli-2.3.2.jar | 13 KB |
nxparser-cli-2.3.2-with-dependencies.jar | 260 KB |
nxparser-cli-2.3.2-sources.jar | 6 KB |
nxparser-cli-2.3.2-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-cli/ -->
<dependency>
<groupId>org.semanticweb.yars</groupId>
<artifactId>nxparser-cli</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-cli/
implementation 'org.semanticweb.yars:nxparser-cli:2.3.2'
// https://jarcasting.com/artifacts/org.semanticweb.yars/nxparser-cli/
implementation ("org.semanticweb.yars:nxparser-cli:2.3.2")
'org.semanticweb.yars:nxparser-cli:jar:2.3.2'
<dependency org="org.semanticweb.yars" name="nxparser-cli" rev="2.3.2">
<artifact name="nxparser-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.yars', module='nxparser-cli', version='2.3.2')
)
libraryDependencies += "org.semanticweb.yars" % "nxparser-cli" % "2.3.2"
[org.semanticweb.yars/nxparser-cli "2.3.2"]