MVN

de.h2b.scala.lib : utilib_2.11

Maven & Gradle

Jan 21, 2020
7 usages

Utilib · This is a Scala library of programming utilities. It is not intended to comprise a systematic collection but contains some tools that happen to be useful for myself and may be of interest for others.

<dependency>
    <groupId>de.h2b.scala.lib</groupId>
    <artifactId>utilib_2.11</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.h2b.scala.lib : utilib_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of de.h2b.scala.lib : utilib_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
utilib_2.11-0.4.2
utilib_2.11-0.4.1
utilib_2.11-0.4.0
0.3.x
utilib_2.11-0.3.0
0.2.x
utilib_2.11-0.2.0
0.1.x
utilib_2.11-0.1.0

How to add a dependency to Maven

Add the following de.h2b.scala.lib : utilib_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.h2b.scala.lib</groupId>
    <artifactId>utilib_2.11</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.h2b.scala.lib : utilib_2.11 gradle dependency to your build.gradle file:

implementation 'de.h2b.scala.lib:utilib_2.11:0.4.2'

Gradle Kotlin DSL: Add the following de.h2b.scala.lib : utilib_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.h2b.scala.lib:utilib_2.11:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.h2b.scala.lib : utilib_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.h2b.scala.lib" % "utilib_2.11" % "0.4.2"

Advertisement