License |
License |
---|---|
GroupId | GroupIdcom.mmnaseri.utils |
ArtifactId | ArtifactIdtuples4j |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTuples4J
Tiny framework for using tuples as first-class citizens in Java.
|
Filename | Size |
---|---|
tuples4j-1.1.2.pom | |
tuples4j-1.1.2.jar | 95 KB |
tuples4j-1.1.2-sources.jar | 53 KB |
tuples4j-1.1.2-javadoc.jar | 453 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mmnaseri.utils/tuples4j/ -->
<dependency>
<groupId>com.mmnaseri.utils</groupId>
<artifactId>tuples4j</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mmnaseri.utils/tuples4j/
implementation 'com.mmnaseri.utils:tuples4j:1.1.2'
// https://jarcasting.com/artifacts/com.mmnaseri.utils/tuples4j/
implementation ("com.mmnaseri.utils:tuples4j:1.1.2")
'com.mmnaseri.utils:tuples4j:jar:1.1.2'
<dependency org="com.mmnaseri.utils" name="tuples4j" rev="1.1.2">
<artifact name="tuples4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mmnaseri.utils', module='tuples4j', version='1.1.2')
)
libraryDependencies += "com.mmnaseri.utils" % "tuples4j" % "1.1.2"
[com.mmnaseri.utils/tuples4j "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |