fasttuple

FastTuple is a library for generating heterogeneous tuples of primitive types from a runtime defined schema without boxing.

License

License

GroupId

GroupId

com.nickrobison
ArtifactId

ArtifactId

fasttuple
Last Version

Last Version

0.3.4
Release Date

Release Date

Type

Type

pom
Description

Description

fasttuple
FastTuple is a library for generating heterogeneous tuples of primitive types from a runtime defined schema without boxing.
Project URL

Project URL

https://github.com/nickrobison/fasttuple

Download fasttuple

Filename Size
fasttuple-0.3.4.pom 4 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.janino : janino jar 3.1.0

runtime (1)

Group / Artifact Type Version
com.google.guava : guava jar 30.1-jre

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.4
0.3.3
0.3.0
0.2.0