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