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