Последняя версия

com.github.richardroda.util:closeit 1.7

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.7
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/RichardRoda/closeit

Скачать closeit 1.7


<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.13.1

Модули Проекта

Данный проект не имеет модулей.