| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdsoftware.amazon.awssdk |
| ArtifactId | ArtifactIdarchetype-tools |
| Version | Version2.17.170 |
| Type | Typejar |
| Filename | Size |
|---|---|
| archetype-tools-2.17.170.pom | |
| archetype-tools-2.17.170.jar | 11 KB |
| archetype-tools-2.17.170-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/archetype-tools/ -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>archetype-tools</artifactId>
<version>2.17.170</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/archetype-tools/
implementation 'software.amazon.awssdk:archetype-tools:2.17.170'
// https://jarcasting.com/artifacts/software.amazon.awssdk/archetype-tools/
implementation ("software.amazon.awssdk:archetype-tools:2.17.170")
'software.amazon.awssdk:archetype-tools:jar:2.17.170'
<dependency org="software.amazon.awssdk" name="archetype-tools" rev="2.17.170">
<artifact name="archetype-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='archetype-tools', version='2.17.170')
)
libraryDependencies += "software.amazon.awssdk" % "archetype-tools" % "2.17.170"
[software.amazon.awssdk/archetype-tools "2.17.170"]