.tuples.1.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tuples Show documentation
Show all versions of tuples Show documentation
Basic, extendable Tuples.
The newest version!
/**
* Classes for representing and working with Tuples.
*/
module de.turnertech.tuples {
exports de.turnertech.tuples;
}