com.github.richardroda.util:closeit

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.

License

License

GroupId

GroupId

com.github.richardroda.util
ArtifactId

ArtifactId

closeit
Last Version

Last Version

1.7
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.richardroda.util:closeit
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.
Project URL

Project URL

https://github.com/RichardRoda/closeit

Download closeit

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.7
1.6
1.5
1.4
1.3
1.2
1.1