o

org.springframework.build.aws.maven

Standard Maven wagon support for s3:// urls
http://www.springframework.org
Apache License, Version 2.0
Spring Framework
文件下载
文件名 操作
org.springframework.build.aws.maven-3.0.0.RELEASE.jar 下载
org.springframework.build.aws.maven-3.0.0.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.build.aws</groupId>
  <artifactId>org.springframework.build.aws.maven</artifactId>
  <version>3.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.build.aws:org.springframework.build.aws.maven:3.0.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.build.aws:org.springframework.build.aws.maven:3.0.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.build.aws" % "org.springframework.build.aws.maven" % "3.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.build.aws', module='org.springframework.build.aws.maven', version='3.0.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.build.aws" name="org.springframework.build.aws.maven" rev="3.0.0.RELEASE" />
Leiningen
[org.springframework.build.aws/org.springframework.build.aws.maven "3.0.0.RELEASE"]
Apache Buildr
'org.springframework.build.aws:org.springframework.build.aws.maven:jar:3.0.0.RELEASE'