is not current version
Last Version 0.1.19

com.github.phantomthief:simple-pool 0.1.7

A simple Java Pool

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.phantomthief
ArtifactId

ArtifactId

simple-pool
Version

Version

0.1.7
Type

Type

jar

Download simple-pool 0.1.7


<!-- https://jarcasting.com/artifacts/com.github.phantomthief/simple-pool/ -->
<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>simple-pool</artifactId>
    <version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-pool/
implementation 'com.github.phantomthief:simple-pool:0.1.7'
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-pool/
implementation ("com.github.phantomthief:simple-pool:0.1.7")
'com.github.phantomthief:simple-pool:jar:0.1.7'
<dependency org="com.github.phantomthief" name="simple-pool" rev="0.1.7">
  <artifact name="simple-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='simple-pool', version='0.1.7')
)
libraryDependencies += "com.github.phantomthief" % "simple-pool" % "0.1.7"
[com.github.phantomthief/simple-pool "0.1.7"]