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