| Группа | Группаco.tomlee.nifty |
|---|---|
| Идентификатор | Идентификаторnifty-connection-pool |
| Версия | Версия0.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nifty-connection-pool-0.0.3.pom | |
| nifty-connection-pool-0.0.3.jar | 21 KB |
| nifty-connection-pool-0.0.3-sources.jar | 5 KB |
| nifty-connection-pool-0.0.3-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/co.tomlee.nifty/nifty-connection-pool/ -->
<dependency>
<groupId>co.tomlee.nifty</groupId>
<artifactId>nifty-connection-pool</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/co.tomlee.nifty/nifty-connection-pool/
implementation 'co.tomlee.nifty:nifty-connection-pool:0.0.3'
// https://jarcasting.com/artifacts/co.tomlee.nifty/nifty-connection-pool/
implementation ("co.tomlee.nifty:nifty-connection-pool:0.0.3")
'co.tomlee.nifty:nifty-connection-pool:jar:0.0.3'
<dependency org="co.tomlee.nifty" name="nifty-connection-pool" rev="0.0.3">
<artifact name="nifty-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.tomlee.nifty', module='nifty-connection-pool', version='0.0.3')
)
libraryDependencies += "co.tomlee.nifty" % "nifty-connection-pool" % "0.0.3"
[co.tomlee.nifty/nifty-connection-pool "0.0.3"]