tech.codingzenktuple

tuple extensions library for kotlin

License

License

GroupId

GroupId

tech.codingzen
ArtifactId

ArtifactId

ktuple
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

tech.codingzenktuple
tuple extensions library for kotlin
Project URL

Project URL

https://bitbucket.org/codingzen314/ktuple
Source Code Management

Source Code Management

https://bitbucket.org/codingzen314/ktuple/src

Download ktuple

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.21

test (2)

Group / Artifact Type Version
com.willowtreeapps.assertk : assertk-jvm jar 0.23
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0