Categories |
CategoriesAWS Container PaaS Providers Maven Build Tools ORM Data |
---|---|
GroupId | GroupIdcom.github.platform-team |
ArtifactId | ArtifactIdaws-maven |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
aws-maven-5.1.0.pom | |
aws-maven-5.1.0.jar | 25 KB |
aws-maven-5.1.0-sources.jar | 20 KB |
aws-maven-5.1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.platform-team/aws-maven/ -->
<dependency>
<groupId>com.github.platform-team</groupId>
<artifactId>aws-maven</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.platform-team/aws-maven/
implementation 'com.github.platform-team:aws-maven:5.1.0'
// https://jarcasting.com/artifacts/com.github.platform-team/aws-maven/
implementation ("com.github.platform-team:aws-maven:5.1.0")
'com.github.platform-team:aws-maven:jar:5.1.0'
<dependency org="com.github.platform-team" name="aws-maven" rev="5.1.0">
<artifact name="aws-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.platform-team', module='aws-maven', version='5.1.0')
)
libraryDependencies += "com.github.platform-team" % "aws-maven" % "5.1.0"
[com.github.platform-team/aws-maven "5.1.0"]