MVN

com.distrimind.util : Utils

Maven & Gradle

Jun 29, 2023
0 stars

Utils · Set of Java tools

<dependency>
    <groupId>com.distrimind.util</groupId>
    <artifactId>Utils</artifactId>
    <version>5.27.4-STABLE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.27.4-STABLE

All Versions

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

Version Vulnerabilities Updated
5.27.x
Utils-5.27.4-STABLE
Utils-5.27.3-STABLE
Utils-5.27.0-STABLE
5.26.x
Utils-5.26.2-STABLE
Utils-5.26.1-STABLE
Utils-5.26.0-STABLE
5.25.x
Utils-5.25.2-STABLE
Utils-5.25.1-STABLE
Utils-5.25.0-STABLE
5.24.x
Utils-5.24.2-STABLE
Utils-5.24.1-STABLE
Utils-5.24.0-STABLE
5.23.x
Utils-5.23.5-STABLE
Utils-5.23.4-STABLE
Utils-5.23.2-STABLE
Utils-5.23.1-STABLE
Utils-5.23.0-STABLE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.distrimind.util</groupId>
    <artifactId>Utils</artifactId>
    <version>5.27.4-STABLE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.distrimind.util : Utils gradle dependency to your build.gradle file:

implementation 'com.distrimind.util:Utils:5.27.4-STABLE'

Gradle Kotlin DSL: Add the following com.distrimind.util : Utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.distrimind.util:Utils:5.27.4-STABLE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.distrimind.util : Utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.distrimind.util" % "Utils" % "5.27.4-STABLE"

Advertisement