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