| License |
License |
|---|---|
| GroupId | GroupIdcom.github.richardroda.util |
| ArtifactId | ArtifactIdcloseit |
| Last Version | Last Version1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.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 |
| Filename | Size |
|---|---|
| closeit-1.7.pom | |
| closeit-1.7.jar | 14 KB |
| closeit-1.7-sources.jar | 22 KB |
| closeit-1.7-javadoc.jar | 70 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.13.1 |