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