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