arities


License

License

Categories

Categories

Net
GroupId

GroupId

net.hamnaberg
ArtifactId

ArtifactId

arities
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

arities
arities
Project URL

Project URL

https://github.com/hamnis/arities
Project Organization

Project Organization

net.hamnaberg
Source Code Management

Source Code Management

https://github.com/hamnis/arities

Download arities

How to add to project

<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.novocode : junit-interface jar 0.11

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0