MVN

dev.roanh.util : util

Maven & Gradle

Jun 28, 2022
1 stars

Util · Utilities library for public projects

<dependency>
    <groupId>dev.roanh.util</groupId>
    <artifactId>util</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.roanh.util : util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of dev.roanh.util : util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
util-2.4
2.3
util-2.3
2.2
util-2.2
2.1
util-2.1
2.0
util-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.roanh.util</groupId>
    <artifactId>util</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.roanh.util : util gradle dependency to your build.gradle file:

implementation 'dev.roanh.util:util:2.4'

Gradle Kotlin DSL: Add the following dev.roanh.util : util gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.roanh.util:util:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.roanh.util : util sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.roanh.util" % "util" % "2.4"