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