is not current version
Last Version 2.0.1

de.ameto:client 2.0.0

Client library for interacting with Ameto

Categories

Categories

CLI User Interface
GroupId

GroupId

de.ameto
ArtifactId

ArtifactId

client
Version

Version

2.0.0
Type

Type

jar

Download client 2.0.0


<!-- https://jarcasting.com/artifacts/de.ameto/client/ -->
<dependency>
    <groupId>de.ameto</groupId>
    <artifactId>client</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ameto/client/
implementation 'de.ameto:client:2.0.0'
// https://jarcasting.com/artifacts/de.ameto/client/
implementation ("de.ameto:client:2.0.0")
'de.ameto:client:jar:2.0.0'
<dependency org="de.ameto" name="client" rev="2.0.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ameto', module='client', version='2.0.0')
)
libraryDependencies += "de.ameto" % "client" % "2.0.0"
[de.ameto/client "2.0.0"]