License |
License |
---|---|
GroupId | GroupIdcom.github.jonzhang3 |
ArtifactId | ArtifactIdtuples |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontuples
A simple tuple tool.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tuples-1.0.1.pom | |
tuples-1.0.1.jar | 10 KB |
tuples-1.0.1-sources.jar | 7 KB |
tuples-1.0.1-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonzhang3/tuples/ -->
<dependency>
<groupId>com.github.jonzhang3</groupId>
<artifactId>tuples</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonzhang3/tuples/
implementation 'com.github.jonzhang3:tuples:1.0.1'
// https://jarcasting.com/artifacts/com.github.jonzhang3/tuples/
implementation ("com.github.jonzhang3:tuples:1.0.1")
'com.github.jonzhang3:tuples:jar:1.0.1'
<dependency org="com.github.jonzhang3" name="tuples" rev="1.0.1">
<artifact name="tuples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonzhang3', module='tuples', version='1.0.1')
)
libraryDependencies += "com.github.jonzhang3" % "tuples" % "1.0.1"
[com.github.jonzhang3/tuples "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |