License |
License |
---|---|
GroupId | GroupIdtech.codingzen |
ArtifactId | ArtifactIdktuple |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontech.codingzenktuple
tuple extensions library for kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktuple-1.0.2.pom | |
ktuple-1.0.2.jar | 32 KB |
ktuple-1.0.2-sources.jar | 7 KB |
ktuple-1.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.codingzen/ktuple/ -->
<dependency>
<groupId>tech.codingzen</groupId>
<artifactId>ktuple</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/ktuple/
implementation 'tech.codingzen:ktuple:1.0.2'
// https://jarcasting.com/artifacts/tech.codingzen/ktuple/
implementation ("tech.codingzen:ktuple:1.0.2")
'tech.codingzen:ktuple:jar:1.0.2'
<dependency org="tech.codingzen" name="ktuple" rev="1.0.2">
<artifact name="ktuple" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='ktuple', version='1.0.2')
)
libraryDependencies += "tech.codingzen" % "ktuple" % "1.0.2"
[tech.codingzen/ktuple "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21 |
Group / Artifact | Type | Version |
---|---|---|
com.willowtreeapps.assertk : assertk-jvm | jar | 0.23 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |