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