MVN

org.meeuw.util : mihxil-functional

Maven & Gradle

May 17, 2023
3 usages
0 stars

Mihxil's Functional Utils · Utilities related and like java.util.Function

<dependency>
    <groupId>org.meeuw.util</groupId>
    <artifactId>mihxil-functional</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.meeuw.util : mihxil-functional to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of org.meeuw.util : mihxil-functional to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
mihxil-functional-1.9
1.8
mihxil-functional-1.8
1.7
mihxil-functional-1.7
1.6
mihxil-functional-1.6
1.5
mihxil-functional-1.5
1.4
mihxil-functional-1.4
1.3
mihxil-functional-1.3
1.2
mihxil-functional-1.2
1.1
mihxil-functional-1.1
1.0
mihxil-functional-1.0
0.3
mihxil-functional-0.3
0.2
mihxil-functional-0.2

How to add a dependency to Maven

Add the following org.meeuw.util : mihxil-functional maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.meeuw.util</groupId>
    <artifactId>mihxil-functional</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.meeuw.util : mihxil-functional gradle dependency to your build.gradle file:

implementation 'org.meeuw.util:mihxil-functional:1.9'

Gradle Kotlin DSL: Add the following org.meeuw.util : mihxil-functional gradle kotlin dependency to your build.gradle.kts file:

implementation("org.meeuw.util:mihxil-functional:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.meeuw.util : mihxil-functional sbt scala dependency to your build.sbt file:

libraryDependencies += "org.meeuw.util" % "mihxil-functional" % "1.9"

Advertisement