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