is not current version
Last Version 3.0.0.RELEASE

org.springframework.build.aws:org.springframework.build.aws.maven 2.0.0.RELEASE

Standard Maven wagon support for s3:// urls

Categories

Categories

AWS Container PaaS Providers Maven Build Tools
GroupId

GroupId

org.springframework.build.aws
ArtifactId

ArtifactId

org.springframework.build.aws.maven
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download org.springframework.build.aws.maven 2.0.0.RELEASE


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