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