MVN

de.oglimmer.utils : common-utils

Maven & Gradle

Jan 11, 2019
0 stars

Utilities from and for oglimmer.de · The library helps to prevent boilerplate code for random strings and names, SPI-based slf4j configuration, sophisticated property files, human readable representation of date differences and getting attributes from MANIFEST.FM files.

<dependency>
    <groupId>de.oglimmer.utils</groupId>
    <artifactId>common-utils</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.oglimmer.utils : common-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of de.oglimmer.utils : common-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
common-utils-0.5
0.4
common-utils-0.4
0.3
common-utils-0.3
0.2
common-utils-0.2
0.1
common-utils-0.1

How to add a dependency to Maven

Add the following de.oglimmer.utils : common-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.oglimmer.utils</groupId>
    <artifactId>common-utils</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.oglimmer.utils : common-utils gradle dependency to your build.gradle file:

implementation 'de.oglimmer.utils:common-utils:0.5'

Gradle Kotlin DSL: Add the following de.oglimmer.utils : common-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("de.oglimmer.utils:common-utils:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.oglimmer.utils : common-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "de.oglimmer.utils" % "common-utils" % "0.5"