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