Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.semanticweb.vlog4j |
ArtifactId | ArtifactIdvlog4j-examples |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
vlog4j-examples-0.2.0.pom | |
vlog4j-examples-0.2.0.jar | 28 KB |
vlog4j-examples-0.2.0-sources.jar | 24 KB |
vlog4j-examples-0.2.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semanticweb.vlog4j/vlog4j-examples/ -->
<dependency>
<groupId>org.semanticweb.vlog4j</groupId>
<artifactId>vlog4j-examples</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.vlog4j/vlog4j-examples/
implementation 'org.semanticweb.vlog4j:vlog4j-examples:0.2.0'
// https://jarcasting.com/artifacts/org.semanticweb.vlog4j/vlog4j-examples/
implementation ("org.semanticweb.vlog4j:vlog4j-examples:0.2.0")
'org.semanticweb.vlog4j:vlog4j-examples:jar:0.2.0'
<dependency org="org.semanticweb.vlog4j" name="vlog4j-examples" rev="0.2.0">
<artifact name="vlog4j-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.vlog4j', module='vlog4j-examples', version='0.2.0')
)
libraryDependencies += "org.semanticweb.vlog4j" % "vlog4j-examples" % "0.2.0"
[org.semanticweb.vlog4j/vlog4j-examples "0.2.0"]