MVN

com.norswap : utils

Maven & Gradle

Mar 03, 2022
3 usages
2 stars

utils · A collection of Java (8+) utilities

<dependency>
    <groupId>com.norswap</groupId>
    <artifactId>utils</artifactId>
    <version>2.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.norswap : utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.12

All Versions

Choose a version of com.norswap : utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
utils-2.1.12
utils-2.1.11
utils-2.1.10
utils-2.1.9
utils-2.1.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.norswap</groupId>
    <artifactId>utils</artifactId>
    <version>2.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.norswap : utils gradle dependency to your build.gradle file:

implementation 'com.norswap:utils:2.1.12'

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

implementation("com.norswap:utils:2.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.norswap : utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.norswap" % "utils" % "2.1.12"

Advertisement

Dependencies from Group

Mar 03, 2022
3 usages
2 stars
Mar 12, 2021
1 usages
119 stars
Jul 10, 2016
4 stars
May 22, 2022
12 stars
Aug 13, 2021
20 stars

Discover Dependencies