MVN

net.mahdilamb : utils-tuples

Maven & Gradle

Mar 15, 2021
1 usages

Properties · A utility module for creating tuples

<dependency>
    <groupId>net.mahdilamb</groupId>
    <artifactId>utils-tuples</artifactId>
    <version>0.4.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.mahdilamb : utils-tuples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.21

All Versions

Choose a version of net.mahdilamb : utils-tuples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
utils-tuples-0.4.21
utils-tuples-0.4.2
utils-tuples-0.4.1
utils-tuples-0.4.0
0.3.x
utils-tuples-0.3.1
utils-tuples-0.3.0
0.2.x
utils-tuples-0.2.2
utils-tuples-0.2.1
utils-tuples-0.2.0
0.1.x
utils-tuples-0.1.2
utils-tuples-0.1.1
utils-tuples-0.1.0

How to add a dependency to Maven

Add the following net.mahdilamb : utils-tuples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.mahdilamb</groupId>
    <artifactId>utils-tuples</artifactId>
    <version>0.4.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.mahdilamb : utils-tuples gradle dependency to your build.gradle file:

implementation 'net.mahdilamb:utils-tuples:0.4.21'

Gradle Kotlin DSL: Add the following net.mahdilamb : utils-tuples gradle kotlin dependency to your build.gradle.kts file:

implementation("net.mahdilamb:utils-tuples:0.4.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.mahdilamb : utils-tuples sbt scala dependency to your build.sbt file:

libraryDependencies += "net.mahdilamb" % "utils-tuples" % "0.4.21"

Advertisement