не последняя версия
Последняя версия 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.

Группа

Группа

com.github.richardroda.util
Идентификатор

Идентификатор

closeit
Версия

Версия

1.4
Тип

Тип

jar

Скачать 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"]