MVN

com.mmnaseri.utils : tuples4j-reflection

Maven & Gradle

Jan 17, 2021
2 stars

Tuples4J : Reflection · Tools to effectively use tuples to represent class instances.

<dependency>
    <groupId>com.mmnaseri.utils</groupId>
    <artifactId>tuples4j-reflection</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mmnaseri.utils : tuples4j-reflection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.mmnaseri.utils : tuples4j-reflection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
tuples4j-reflection-1.1.2
tuples4j-reflection-1.1.1

How to add a dependency to Maven

Add the following com.mmnaseri.utils : tuples4j-reflection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mmnaseri.utils</groupId>
    <artifactId>tuples4j-reflection</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mmnaseri.utils : tuples4j-reflection gradle dependency to your build.gradle file:

implementation 'com.mmnaseri.utils:tuples4j-reflection:1.1.2'

Gradle Kotlin DSL: Add the following com.mmnaseri.utils : tuples4j-reflection gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mmnaseri.utils:tuples4j-reflection:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mmnaseri.utils : tuples4j-reflection sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mmnaseri.utils" % "tuples4j-reflection" % "1.1.2"

Advertisement