| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.xblackcat.sjpu |
| Идентификатор | Идентификаторsjpu-utils |
| Последняя версия | Последняя версия0.1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSJPU Utils
Collect of utility classes and interfaces. Currenlty contains: extention of standart functional interfaces (java.util.function.*) which allow to declare thrown exception as type parameter; Simple implementation of LockPool
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| sjpu-utils-0.1.5.pom | |
| sjpu-utils-0.1.5.jar | 97 KB |
| sjpu-utils-0.1.5-sources.jar | 47 KB |
| sjpu-utils-0.1.5-javadoc.jar | 185 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-utils/ -->
<dependency>
<groupId>org.xblackcat.sjpu</groupId>
<artifactId>sjpu-utils</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-utils/
implementation 'org.xblackcat.sjpu:sjpu-utils:0.1.5'
// https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-utils/
implementation ("org.xblackcat.sjpu:sjpu-utils:0.1.5")
'org.xblackcat.sjpu:sjpu-utils:jar:0.1.5'
<dependency org="org.xblackcat.sjpu" name="sjpu-utils" rev="0.1.5">
<artifact name="sjpu-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xblackcat.sjpu', module='sjpu-utils', version='0.1.5')
)
libraryDependencies += "org.xblackcat.sjpu" % "sjpu-utils" % "0.1.5"
[org.xblackcat.sjpu/sjpu-utils "0.1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | [4.12,) |