is not current version
Last Version 1.0.1

com.jpardus:common-pool 1.0.0

对象池管理组件。

GroupId

GroupId

com.jpardus
ArtifactId

ArtifactId

common-pool
Version

Version

1.0.0
Type

Type

jar

Download common-pool 1.0.0


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