MVN

com.mastfrog : util

Maven & Gradle

Aug 10, 2020
3 usages
8 stars

Utilities

<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>util</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.7.0

All Versions

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

Version Vulnerabilities Updated
2.7.x
util-2.7.0
2.6.x
util-2.6.13
util-2.6.12
util-2.6.11
util-2.6.10
util-2.6.9
util-2.6.8
util-2.6.7
util-2.6.6
util-2.6.5
util-2.6.4
util-2.6.3
util-2.6.2
util-2.6.1
util-2.6.0
2.5.x
util-2.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>util</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mastfrog:util:2.7.0'

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

implementation("com.mastfrog:util:2.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mastfrog" % "util" % "2.7.0"

Advertisement