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