Categories |
CategoriesJava Languages Ant Build Tools CLI User Interface |
---|---|
GroupId | GroupIdeu.antidotedb |
ArtifactId | ArtifactIdantidote-java-client |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
antidote-java-client-0.0.6.pom | |
antidote-java-client-0.0.6.jar | 526 KB |
antidote-java-client-0.0.6-sources.jar | 115 KB |
antidote-java-client-0.0.6-javadoc.jar | 795 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/ -->
<dependency>
<groupId>eu.antidotedb</groupId>
<artifactId>antidote-java-client</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/
implementation 'eu.antidotedb:antidote-java-client:0.0.6'
// https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/
implementation ("eu.antidotedb:antidote-java-client:0.0.6")
'eu.antidotedb:antidote-java-client:jar:0.0.6'
<dependency org="eu.antidotedb" name="antidote-java-client" rev="0.0.6">
<artifact name="antidote-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.antidotedb', module='antidote-java-client', version='0.0.6')
)
libraryDependencies += "eu.antidotedb" % "antidote-java-client" % "0.0.6"
[eu.antidotedb/antidote-java-client "0.0.6"]