MVN

de.mhus.lib : mhus-commons

Maven & Gradle

Mar 11, 2024
0 stars

mhus-commons · Library with useful tools to write java programms

<dependency>
    <groupId>de.mhus.lib</groupId>
    <artifactId>mhus-commons</artifactId>
    <version>8.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mhus.lib : mhus-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0

All Versions

Choose a version of de.mhus.lib : mhus-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
mhus-commons-8.0.0

How to add a dependency to Maven

Add the following de.mhus.lib : mhus-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mhus.lib</groupId>
    <artifactId>mhus-commons</artifactId>
    <version>8.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mhus.lib : mhus-commons gradle dependency to your build.gradle file:

implementation 'de.mhus.lib:mhus-commons:8.0.0'

Gradle Kotlin DSL: Add the following de.mhus.lib : mhus-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mhus.lib:mhus-commons:8.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mhus.lib : mhus-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mhus.lib" % "mhus-commons" % "8.0.0"

Advertisement

Dependencies from Group

Feb 03, 2020
101 usages
0 stars
Apr 05, 2022
73 usages
0 stars
Jan 26, 2020
38 usages
0 stars
Apr 05, 2022
38 usages
0 stars
Jan 26, 2020
33 usages
1 stars

Discover Dependencies