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