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