Simple Tuples

Java library that provides simple tuples (heterogeneous, fixed size containers). All tuple classes are type safe and immutable.

Лицензия

Лицензия

Группа

Группа

com.github.mr746866
Идентификатор

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Simple Tuples
Java library that provides simple tuples (heterogeneous, fixed size containers). All tuple classes are type safe and immutable.
Ссылка на сайт

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

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

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

https://github.com/mr746866/simple-tuples

Скачать simple-tuples

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Simple Tuples for Java

Java library that provides simple tuples (heterogeneous, fixed size containers). All tuple classes are type safe and immutable.

Java does not provide tuples out of the box. This library aims to fill that gap with very simple implementations.

Warning: This is still a work in progress.

Installing

Gradle

Simple Tuples library is available on both JCenter and Maven Central.

Add the following to your build.gradle file, if you are not already using atleast one of JCenter and Maven Central.

repositories {
    jcenter()
    // Or
    mavenCentral()
}

And then add the following in your dependencies block.

dependencies {
    implementation 'com.github.mr746866:simple-tuples:1.0.1'
}

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

Версия
1.0.1