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