| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.phantomthief |
| Идентификатор | Идентификаторsimple-pool |
| Версия | Версия0.1.15 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simple-pool-0.1.15.pom | |
| simple-pool-0.1.15.jar | 39 KB |
| simple-pool-0.1.15-sources.jar | 17 KB |
| simple-pool-0.1.15-javadoc.jar | 88 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/simple-pool/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>simple-pool</artifactId>
<version>0.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-pool/
implementation 'com.github.phantomthief:simple-pool:0.1.15'
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-pool/
implementation ("com.github.phantomthief:simple-pool:0.1.15")
'com.github.phantomthief:simple-pool:jar:0.1.15'
<dependency org="com.github.phantomthief" name="simple-pool" rev="0.1.15">
<artifact name="simple-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='simple-pool', version='0.1.15')
)
libraryDependencies += "com.github.phantomthief" % "simple-pool" % "0.1.15"
[com.github.phantomthief/simple-pool "0.1.15"]