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