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