Files download
File Operation
closeables-1.0.jar download
closeables-1.0.pom download
closeables-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.mklinger.micro</groupId>
  <artifactId>closeables</artifactId>
  <version>1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.mklinger.micro:closeables:1.0'
Gradle Kotlin
implementation("de.mklinger.micro:closeables:1.0")
Scala SBT
libraryDependencies += "de.mklinger.micro" % "closeables" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.mklinger.micro', module='closeables', version='1.0')
)
Apache Ivy
<dependency org="de.mklinger.micro" name="closeables" rev="1.0" />
Leiningen
[de.mklinger.micro/closeables "1.0"]
Apache Buildr
'de.mklinger.micro:closeables:jar:1.0'