License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers Maven Build Tools |
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdaws-maven |
Version | Version5.1.0.2 |
Type | Typejar |
Description |
DescriptionAmazon Web Services S3 Maven Wagon Support
Standard Maven wagon support for s3:// urls
|
Project URL |
Project URL |
Filename | Size |
---|---|
aws-maven-5.1.0.2.pom | |
aws-maven-5.1.0.2.jar | 26 KB |
aws-maven-5.1.0.2-sources.jar | 20 KB |
aws-maven-5.1.0.2-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/aws-maven/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>aws-maven</artifactId>
<version>5.1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/aws-maven/
implementation 'com.github.mike10004:aws-maven:5.1.0.2'
// https://jarcasting.com/artifacts/com.github.mike10004/aws-maven/
implementation ("com.github.mike10004:aws-maven:5.1.0.2")
'com.github.mike10004:aws-maven:jar:5.1.0.2'
<dependency org="com.github.mike10004" name="aws-maven" rev="5.1.0.2">
<artifact name="aws-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='aws-maven', version='5.1.0.2')
)
libraryDependencies += "com.github.mike10004" % "aws-maven" % "5.1.0.2"
[com.github.mike10004/aws-maven "5.1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.1 |
com.amazonaws : aws-java-sdk | jar | 1.7.1 |
org.slf4j : jcl-over-slf4j | jar | 1.7.6 |
org.slf4j : slf4j-api | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.wagon : wagon-provider-api | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |