Files download
File Operation
spring-tuple-parent-1.0.0.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-tuple-parent</artifactId>
  <version>1.0.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-tuple-parent:1.0.0.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-tuple-parent:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-tuple-parent" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-tuple-parent', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-tuple-parent" rev="1.0.0.RELEASE" />
Leiningen
[org.springframework/spring-tuple-parent "1.0.0.RELEASE"]
Apache Buildr
'org.springframework:spring-tuple-parent:jar:1.0.0.RELEASE'