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