MVN

io.github.ololx.moonshine : moonshine-tuple

Maven & Gradle

Jul 09, 2023
2 stars

moonshine-tuple · The Moonshine Tuple module also contains classes - implementations of such a data structure as tuples. These classes can be used when it is required to operate on ordered finite sets of objects of various types. Such as: couples, triples, quadruples and e.t.c.

<dependency>
    <groupId>io.github.ololx.moonshine</groupId>
    <artifactId>moonshine-tuple</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ololx.moonshine : moonshine-tuple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of io.github.ololx.moonshine : moonshine-tuple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
moonshine-tuple-0.10.0
0.8.x
moonshine-tuple-0.8.2
0.7.x
moonshine-tuple-0.7.0
0.6.x
moonshine-tuple-0.6.1
moonshine-tuple-0.6.0
0.5.x
moonshine-tuple-0.5.0
0.4.x
moonshine-tuple-0.4.0
0.3.x
moonshine-tuple-0.3.0
0.2.x
moonshine-tuple-0.2.3
moonshine-tuple-0.2.2
moonshine-tuple-0.2.1
moonshine-tuple-0.2.0

How to add a dependency to Maven

Add the following io.github.ololx.moonshine : moonshine-tuple maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ololx.moonshine</groupId>
    <artifactId>moonshine-tuple</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ololx.moonshine : moonshine-tuple gradle dependency to your build.gradle file:

implementation 'io.github.ololx.moonshine:moonshine-tuple:0.10.0'

Gradle Kotlin DSL: Add the following io.github.ololx.moonshine : moonshine-tuple gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ololx.moonshine:moonshine-tuple:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ololx.moonshine : moonshine-tuple sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ololx.moonshine" % "moonshine-tuple" % "0.10.0"