s

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
Apache License, Version 2.0
Files download
File Operation
shared-0.7.7.jar download
shared-0.7.7.pom download
shared-0.7.7-sources.jar download
Apache Maven
<dependency>
  <groupId>dk.cloudcreate.essentials</groupId>
  <artifactId>shared</artifactId>
  <version>0.7.7</version>
</dependency>
Gradle Groovy
implementation 'dk.cloudcreate.essentials:shared:0.7.7'
Gradle Kotlin
implementation("dk.cloudcreate.essentials:shared:0.7.7")
Scala SBT
libraryDependencies += "dk.cloudcreate.essentials" % "shared" % "0.7.7"
Groovy Grape
@Grapes(
  @Grab(group='dk.cloudcreate.essentials', module='shared', version='0.7.7')
)
Apache Ivy
<dependency org="dk.cloudcreate.essentials" name="shared" rev="0.7.7" />
Leiningen
[dk.cloudcreate.essentials/shared "0.7.7"]
Apache Buildr
'dk.cloudcreate.essentials:shared:jar:0.7.7'