MVN

com.madgag : util-misc

Maven & Gradle

Dec 16, 2021
2 stars

Misc util

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>util-misc</artifactId>
    <version>1.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag : util-misc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.35

All Versions

Choose a version of com.madgag : util-misc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.35
util-misc-1.35
1.34
util-misc-1.34
1.33
util-misc-1.33
1.28
util-misc-1.28
1.27
util-misc-1.27
1.26
util-misc-1.26
1.25
util-misc-1.25
1.24
util-misc-1.24
1.23
util-misc-1.23
1.22
util-misc-1.22
1.21
util-misc-1.21

How to add a dependency to Maven

Add the following com.madgag : util-misc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>util-misc</artifactId>
    <version>1.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.madgag : util-misc gradle dependency to your build.gradle file:

implementation 'com.madgag:util-misc:1.35'

Gradle Kotlin DSL: Add the following com.madgag : util-misc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.madgag:util-misc:1.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.madgag : util-misc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.madgag" % "util-misc" % "1.35"

Advertisement