| GroupId | GroupIdcom.othelle.jtuples |
|---|---|
| ArtifactId | ArtifactIdjtuples |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jtuples-0.1.1.pom | |
| jtuples-0.1.1.jar | 49 KB |
| jtuples-0.1.1-sources.jar | 34 KB |
| jtuples-0.1.1-javadoc.jar | 463 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/ -->
<dependency>
<groupId>com.othelle.jtuples</groupId>
<artifactId>jtuples</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/
implementation 'com.othelle.jtuples:jtuples:0.1.1'
// https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/
implementation ("com.othelle.jtuples:jtuples:0.1.1")
'com.othelle.jtuples:jtuples:jar:0.1.1'
<dependency org="com.othelle.jtuples" name="jtuples" rev="0.1.1">
<artifact name="jtuples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.othelle.jtuples', module='jtuples', version='0.1.1')
)
libraryDependencies += "com.othelle.jtuples" % "jtuples" % "0.1.1"
[com.othelle.jtuples/jtuples "0.1.1"]