| License |
License |
|---|---|
| GroupId | GroupIdcom.othelle.jtuples |
| ArtifactId | ArtifactIdjtuples |
| Version | Version0.1.3 |
| Type | Typejar |
| Description |
DescriptionJTuples
Tuples library for Java. Inspired by Scala tuples.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jtuples-0.1.3.pom | |
| jtuples-0.1.3.jar | 57 KB |
| jtuples-0.1.3-sources.jar | 39 KB |
| jtuples-0.1.3-javadoc.jar | 499 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/ -->
<dependency>
<groupId>com.othelle.jtuples</groupId>
<artifactId>jtuples</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/
implementation 'com.othelle.jtuples:jtuples:0.1.3'
// https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/
implementation ("com.othelle.jtuples:jtuples:0.1.3")
'com.othelle.jtuples:jtuples:jar:0.1.3'
<dependency org="com.othelle.jtuples" name="jtuples" rev="0.1.3">
<artifact name="jtuples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.othelle.jtuples', module='jtuples', version='0.1.3')
)
libraryDependencies += "com.othelle.jtuples" % "jtuples" % "0.1.3"
[com.othelle.jtuples/jtuples "0.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |