is not current version
Last Version 0.7.4

dk.cloudcreate.essentials:shared 0.7.1

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

GroupId

GroupId

dk.cloudcreate.essentials
ArtifactId

ArtifactId

shared
Version

Version

0.7.1
Type

Type

jar

Download shared 0.7.1


<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials/shared/ -->
<dependency>
    <groupId>dk.cloudcreate.essentials</groupId>
    <artifactId>shared</artifactId>
    <version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/shared/
implementation 'dk.cloudcreate.essentials:shared:0.7.1'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/shared/
implementation ("dk.cloudcreate.essentials:shared:0.7.1")
'dk.cloudcreate.essentials:shared:jar:0.7.1'
<dependency org="dk.cloudcreate.essentials" name="shared" rev="0.7.1">
  <artifact name="shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials', module='shared', version='0.7.1')
)
libraryDependencies += "dk.cloudcreate.essentials" % "shared" % "0.7.1"
[dk.cloudcreate.essentials/shared "0.7.1"]