is not current version
Last Version 1.7

com.github.richardroda.util:closeit 1.4

Functional interfaces that facilitate using try-with-resources with lambdas to easily clean up resources that do not extend AutoCloseable, or to replace the finally clause.

GroupId

GroupId

com.github.richardroda.util
ArtifactId

ArtifactId

closeit
Version

Version

1.4
Type

Type

jar

Download closeit 1.4


<!-- https://jarcasting.com/artifacts/com.github.richardroda.util/closeit/ -->
<dependency>
    <groupId>com.github.richardroda.util</groupId>
    <artifactId>closeit</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.richardroda.util/closeit/
implementation 'com.github.richardroda.util:closeit:1.4'
// https://jarcasting.com/artifacts/com.github.richardroda.util/closeit/
implementation ("com.github.richardroda.util:closeit:1.4")
'com.github.richardroda.util:closeit:jar:1.4'
<dependency org="com.github.richardroda.util" name="closeit" rev="1.4">
  <artifact name="closeit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.richardroda.util', module='closeit', version='1.4')
)
libraryDependencies += "com.github.richardroda.util" % "closeit" % "1.4"
[com.github.richardroda.util/closeit "1.4"]