| License |
License |
|---|---|
| GroupId | GroupIdcom.github.richardroda.util |
| ArtifactId | ArtifactIdcloseit |
| Version | Version1.6 |
| 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.6.pom | |
| closeit-1.6.jar | 15 KB |
| closeit-1.6-sources.jar | 22 KB |
| closeit-1.6-javadoc.jar | 441 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.richardroda.util/closeit/ -->
<dependency>
<groupId>com.github.richardroda.util</groupId>
<artifactId>closeit</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.richardroda.util/closeit/
implementation 'com.github.richardroda.util:closeit:1.6'
// https://jarcasting.com/artifacts/com.github.richardroda.util/closeit/
implementation ("com.github.richardroda.util:closeit:1.6")
'com.github.richardroda.util:closeit:jar:1.6'
<dependency org="com.github.richardroda.util" name="closeit" rev="1.6">
<artifact name="closeit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.richardroda.util', module='closeit', version='1.6')
)
libraryDependencies += "com.github.richardroda.util" % "closeit" % "1.6"
[com.github.richardroda.util/closeit "1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.13.1 |