Categories |
CategoriesAWS Container PaaS Providers CLI User Interface |
---|---|
GroupId | GroupIdorg.prompto |
ArtifactId | ArtifactIdAwsClient |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
AwsClient-0.1.0.pom | |
AwsClient-0.1.0.jar | 34 KB |
AwsClient-0.1.0-sources.jar | 15 KB |
AwsClient-0.1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.prompto/AwsClient/ -->
<dependency>
<groupId>org.prompto</groupId>
<artifactId>AwsClient</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.prompto/AwsClient/
implementation 'org.prompto:AwsClient:0.1.0'
// https://jarcasting.com/artifacts/org.prompto/AwsClient/
implementation ("org.prompto:AwsClient:0.1.0")
'org.prompto:AwsClient:jar:0.1.0'
<dependency org="org.prompto" name="AwsClient" rev="0.1.0">
<artifact name="AwsClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.prompto', module='AwsClient', version='0.1.0')
)
libraryDependencies += "org.prompto" % "AwsClient" % "0.1.0"
[org.prompto/AwsClient "0.1.0"]