не последняя версия
Последняя версия 0.1.3

com.othelle.jtuples:jtuples 0.1.2

Tuples library for Java. Inspired by Scala tuples.

Группа

Группа

com.othelle.jtuples
Идентификатор

Идентификатор

jtuples
Версия

Версия

0.1.2
Тип

Тип

jar

Скачать jtuples 0.1.2


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