is not current version
Last Version 1.2.0

com.andrebreves:java-tuple 1.1.0

Yet another Tuple library for Java 8

Categories

Categories

Java Languages
GroupId

GroupId

com.andrebreves
ArtifactId

ArtifactId

java-tuple
Version

Version

1.1.0
Type

Type

jar

Download java-tuple 1.1.0


<!-- https://jarcasting.com/artifacts/com.andrebreves/java-tuple/ -->
<dependency>
    <groupId>com.andrebreves</groupId>
    <artifactId>java-tuple</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.andrebreves/java-tuple/
implementation 'com.andrebreves:java-tuple:1.1.0'
// https://jarcasting.com/artifacts/com.andrebreves/java-tuple/
implementation ("com.andrebreves:java-tuple:1.1.0")
'com.andrebreves:java-tuple:jar:1.1.0'
<dependency org="com.andrebreves" name="java-tuple" rev="1.1.0">
  <artifact name="java-tuple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andrebreves', module='java-tuple', version='1.1.0')
)
libraryDependencies += "com.andrebreves" % "java-tuple" % "1.1.0"
[com.andrebreves/java-tuple "1.1.0"]