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