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