| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| closeit-1.7.pom | |
| closeit-1.7.jar | 15 KB |
| closeit-1.7-sources.jar | 22 KB |
| closeit-1.7-javadoc.jar | 443 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.13.1 |