Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdio.graphenee |
ArtifactId | ArtifactIdgx-aws |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gx-aws-1.0.0.pom | |
gx-aws-1.0.0.jar | 6 KB |
gx-aws-1.0.0-sources.jar | 3 KB |
gx-aws-1.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.graphenee/gx-aws/ -->
<dependency>
<groupId>io.graphenee</groupId>
<artifactId>gx-aws</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.graphenee/gx-aws/
implementation 'io.graphenee:gx-aws:1.0.0'
// https://jarcasting.com/artifacts/io.graphenee/gx-aws/
implementation ("io.graphenee:gx-aws:1.0.0")
'io.graphenee:gx-aws:jar:1.0.0'
<dependency org="io.graphenee" name="gx-aws" rev="1.0.0">
<artifact name="gx-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.graphenee', module='gx-aws', version='1.0.0')
)
libraryDependencies += "io.graphenee" % "gx-aws" % "1.0.0"
[io.graphenee/gx-aws "1.0.0"]