MVN

dk.cloudcreate.essentials : shared

Maven & Gradle

Aug 20, 2023
4 usages

essentials-shared · This library contains the smallest set of supporting building blocks needed for other Essentials libraries, such as: Tuples, Collections, Functional Interfaces, FailFast, SLF4J compatible Message formatter, High level Reflection API

<dependency>
    <groupId>dk.cloudcreate.essentials</groupId>
    <artifactId>shared</artifactId>
    <version>0.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.cloudcreate.essentials : shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.11

All Versions

Choose a version of dk.cloudcreate.essentials : shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
shared-0.20.5
shared-0.20.4
shared-0.20.3
shared-0.20.2
shared-0.20.1
shared-0.20.0
0.9.x
shared-0.9.11
shared-0.9.10
shared-0.9.9
shared-0.9.8
shared-0.9.7
shared-0.9.6
shared-0.9.5
shared-0.9.4
shared-0.9.3
shared-0.9.2
shared-0.9.1
shared-0.9.0
0.8.x
shared-0.8.10
shared-0.8.9
shared-0.8.8
shared-0.8.7
shared-0.8.6
shared-0.8.5
shared-0.8.4
shared-0.8.2
shared-0.8.1
shared-0.8.0
0.7.x
shared-0.7.9
shared-0.7.8
shared-0.7.7
shared-0.7.6
shared-0.7.5
shared-0.7.4
shared-0.7.3
shared-0.7.2
shared-0.7.1
shared-0.7.0
0.6.x
shared-0.6.5
shared-0.6.2
shared-0.6.1
shared-0.6.0
0.5.x
shared-0.5.1
shared-0.5.0

How to add a dependency to Maven

Add the following dk.cloudcreate.essentials : shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.cloudcreate.essentials</groupId>
    <artifactId>shared</artifactId>
    <version>0.9.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.cloudcreate.essentials : shared gradle dependency to your build.gradle file:

implementation 'dk.cloudcreate.essentials:shared:0.9.11'

Gradle Kotlin DSL: Add the following dk.cloudcreate.essentials : shared gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.cloudcreate.essentials:shared:0.9.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.cloudcreate.essentials : shared sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.cloudcreate.essentials" % "shared" % "0.9.11"

Advertisement