is not current version
Last Version 5.0.0.RELEASE

org.springframework.build:aws-maven 4.8.0.RELEASE

Standard Maven wagon support for s3:// urls

Categories

Categories

AWS Container PaaS Providers Maven Build Tools
GroupId

GroupId

org.springframework.build
ArtifactId

ArtifactId

aws-maven
Version

Version

4.8.0.RELEASE
Type

Type

jar

Download aws-maven 4.8.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.build/aws-maven/ -->
<dependency>
    <groupId>org.springframework.build</groupId>
    <artifactId>aws-maven</artifactId>
    <version>4.8.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.build/aws-maven/
implementation 'org.springframework.build:aws-maven:4.8.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.build/aws-maven/
implementation ("org.springframework.build:aws-maven:4.8.0.RELEASE")
'org.springframework.build:aws-maven:jar:4.8.0.RELEASE'
<dependency org="org.springframework.build" name="aws-maven" rev="4.8.0.RELEASE">
  <artifact name="aws-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.build', module='aws-maven', version='4.8.0.RELEASE')
)
libraryDependencies += "org.springframework.build" % "aws-maven" % "4.8.0.RELEASE"
[org.springframework.build/aws-maven "4.8.0.RELEASE"]