| License | License | 
|---|---|
| GroupId | GroupIdcom.jpardus | 
| ArtifactId | ArtifactIdcommon-pool | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionpool 对象池管理组件。 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| common-pool-1.0.1.pom | |
| common-pool-1.0.1-sources.jar | 460 bytes | 
| common-pool-1.0.1-javadoc.jar | 456 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jpardus/common-pool/ -->
<dependency>
    <groupId>com.jpardus</groupId>
    <artifactId>common-pool</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.jpardus/common-pool/
implementation 'com.jpardus:common-pool:1.0.1'// https://jarcasting.com/artifacts/com.jpardus/common-pool/
implementation ("com.jpardus:common-pool:1.0.1")'com.jpardus:common-pool:jar:1.0.1'<dependency org="com.jpardus" name="common-pool" rev="1.0.1">
  <artifact name="common-pool" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jpardus', module='common-pool', version='1.0.1')
)libraryDependencies += "com.jpardus" % "common-pool" % "1.0.1"[com.jpardus/common-pool "1.0.1"]