is not current version
Last Version 0.1.3

com.othelle.jtuples:jtuples 0.1.1

Tuples library for Java. Inspired by Scala tuples.

GroupId

GroupId

com.othelle.jtuples
ArtifactId

ArtifactId

jtuples
Version

Version

0.1.1
Type

Type

jar

Download jtuples 0.1.1


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