Tuples

Convenient java tuples library

Лицензия

Лицензия

Группа

Группа

org.jmmo
Идентификатор

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

tuples
Последняя версия

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

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Tuples
Convenient java tuples library
Ссылка на сайт

Ссылка на сайт

https://github.com/Megaprog/tuples
Система контроля версий

Система контроля версий

https://github.com/Megaprog/tuples

Скачать tuples

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.2.0

Модули Проекта

Данный проект не имеет модулей.

Maven Central

Tuples

Convenient java tuples library.

How to get it?

You can use it as a maven dependency:

<dependency>
    <groupId>org.jmmo</groupId>
    <artifactId>tuples</artifactId>
    <version>1.4</version>
</dependency>

Or download the latest build at: https://github.com/Megaprog/tuples/releases

How to use it?

Tuple2 pair = Tuples.of("a", 1);
Tuple3 triplet = Tuples.of("a", 1, 2.0);

Версии библиотеки

Версия
1.4
1.3
1.2
1.1
1.0