MVN

com.github.menglim : mutils

Maven & Gradle

May 01, 2023
2 usages
0 stars

mutils · Collection of Utils

<dependency>
    <groupId>com.github.menglim</groupId>
    <artifactId>mutils</artifactId>
    <version>1.2.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.menglim : mutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.35

All Versions

Choose a version of com.github.menglim : mutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mutils-1.2.35
mutils-1.2.34
mutils-1.2.33
mutils-1.2.32
mutils-1.2.30
mutils-1.2.29
mutils-1.2.28
mutils-1.2.27
mutils-1.2.26
mutils-1.2.25
mutils-1.2.24
mutils-1.2.23
mutils-1.2.22
mutils-1.2.21
mutils-1.2.20
mutils-1.2.19
mutils-1.2.18
mutils-1.2.16
mutils-1.2.15
mutils-1.2.14
mutils-1.2.13
mutils-1.2.12
mutils-1.2.11
mutils-1.2.10
mutils-1.2.9
mutils-1.2.7
mutils-1.2.6
mutils-1.2.5
mutils-1.2.4
mutils-1.2.3
mutils-1.2.2
mutils-1.2.1
1.2
mutils-1.2
1.1
mutils-1.1

How to add a dependency to Maven

Add the following com.github.menglim : mutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.menglim</groupId>
    <artifactId>mutils</artifactId>
    <version>1.2.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.menglim : mutils gradle dependency to your build.gradle file:

implementation 'com.github.menglim:mutils:1.2.35'

Gradle Kotlin DSL: Add the following com.github.menglim : mutils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.menglim:mutils:1.2.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.menglim : mutils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.menglim" % "mutils" % "1.2.35"

Advertisement