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