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