common-pool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jpardus</groupId>
<artifactId>common-pool</artifactId>
<version>1.0.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.jpardus</groupId> <artifactId>common-pool</artifactId> <version>1.0.1</version> <packaging>jar</packaging> <description>对象池管理组件。</description> <name>pool</name> <url>http://jpardus.com</url> <dependencies> </dependencies> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <connection>scm:git:https://github.com/jpardus/jpardus.github.io.git</connection> <developerConnection>scm:git:https://github.com/jpardus/jpardus.github.io.git</developerConnection> <url>https://github.com/jpardus/jpardus.github.io</url> </scm> <developers> <developer> <name>Jiajun Chen</name> <email>jpardus520@gmail.com</email> <url>http://jpardus.com</url> <organization>iflytek</organization> <organizationUrl>http://www.iflytek.com</organizationUrl> </developer> </developers> </project>