| Лицензия |
Лицензия |
|---|---|
| Группа | Группаpl.chilldev.commons |
| Идентификатор | Идентификаторcommons-concurrent |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеChillDev Commons Concurrent
Asynchronous and concurrency utilities.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-concurrent-0.1.1.pom | |
| commons-concurrent-0.1.1.jar | 6 KB |
| commons-concurrent-0.1.1-sources.jar | 3 KB |
| commons-concurrent-0.1.1-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-concurrent</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/
implementation 'pl.chilldev.commons:commons-concurrent:0.1.1'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/
implementation ("pl.chilldev.commons:commons-concurrent:0.1.1")
'pl.chilldev.commons:commons-concurrent:jar:0.1.1'
<dependency org="pl.chilldev.commons" name="commons-concurrent" rev="0.1.1">
<artifact name="commons-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-concurrent', version='0.1.1')
)
libraryDependencies += "pl.chilldev.commons" % "commons-concurrent" % "0.1.1"
[pl.chilldev.commons/commons-concurrent "0.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.springframework : spring-test | jar | 4.2.4.RELEASE |
| org.springframework.security : spring-security-test | jar | 4.0.3.RELEASE |