arities


Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.hamnaberg
Идентификатор

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

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

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

0.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

https://github.com/hamnis/arities
Организация-разработчик

Организация-разработчик

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

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

https://github.com/hamnis/arities

Скачать arities

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.novocode : junit-interface jar 0.11

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

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

Arities - Function types and Tuples for Java

We currently have arities up to 27. Why 27 you may ask? There really is no good reason for that, other than that is what Immutable-JSON has support for. We can generate as many as we want, it is mainly a matter of you need to stop somewhere.

If there are any users of this library that is not me, If you need me to bump the arity-size, send a Pull Request.

This library is used by Immutable-JSON Codecs.

Where to get it?

Current version is: Maven Central

Maven

<dependency>
  <groupId>net.hamnaberg</groupId>
  <artifactId>arities</artifactId>
  <version>VERSION</version> <!-- Use the version from the badge above --> 
</dependency>

Gradle

compile "net.hamnaberg:arities:VERSION"
//Use the version from the badge above

SBT

libraryDependencies += "net.hamnaberg" % "arities" % "VERSION"
//Use the version from the badge above

Community

Are you using Arities? Please submit a Pull Request, or open a ticket with the information.

Contribute?

Do you want to help develop Arities? Please submit a Pull Request.

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

Версия
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0