Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.ameto |
ArtifactId | ArtifactIdclient |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
client-1.4.0.pom | |
client-1.4.0.jar | 39 KB |
client-1.4.0-sources.jar | 13 KB |
client-1.4.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.ameto/client/ -->
<dependency>
<groupId>de.ameto</groupId>
<artifactId>client</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ameto/client/
implementation 'de.ameto:client:1.4.0'
// https://jarcasting.com/artifacts/de.ameto/client/
implementation ("de.ameto:client:1.4.0")
'de.ameto:client:jar:1.4.0'
<dependency org="de.ameto" name="client" rev="1.4.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ameto', module='client', version='1.4.0')
)
libraryDependencies += "de.ameto" % "client" % "1.4.0"
[de.ameto/client "1.4.0"]