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