组织ID: |
commons-pool |
项目ID: |
commons-pool |
版本: |
1.1 |
最后修改时间: |
2018-07-27 17:37:03 |
包类型: |
jar |
标题: |
Commons Pool |
描述: |
Commons Object Pooling Library |
大小: |
38.60KB |
|
Maven引入代码: |
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.1</version>
</dependency>
|
Gradle引入代码: |
commons-pool:commons-pool:1.1
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<name>Commons Pool</name>
<version>1.1</version>
<description>Commons Object Pooling Library</description>
<url>http://jakarta.apache.org/commons/pool/</url>
<inceptionYear>2001</inceptionYear>
<developers>
<developer>
<id>morgand</id>
<name>Morgan Delagrange</name>
<email></email>
<organization></organization>
</developer>
<developer>
<id>geirm</id>
<name>Geir Magnusson</name>
<email></email>
<organization></organization>
</developer>
<developer>
<id>craigmcc</id>
<name>Craig McClanahan</name>
<email></email>
<organization></organization>
</developer>
<developer>
<id>rwaldhoff</id>
<name>Rodney Waldhoff</name>
<email></email>
<organization></organization>
</developer>
<developer>
<id>dweinr1</id>
<name>David Weinrich</name>
<email></email>
<organization></organization>
</developer>
<developer>
<id>dirkv</id>
<name>Dirk Verbeeck</name>
<email></email>
<organization></organization>
</developer>
</developers>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>org/apache/commons/pool/TestAll.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.pool.impl.GenericKeyedObjectPool$ObjectTimestampPair.class
org.apache.commons.pool.impl.GenericKeyedObjectPool$Evictor.class
org.apache.commons.pool.impl.GenericKeyedObjectPool$Config.class
org.apache.commons.pool.impl.GenericKeyedObjectPool.class
org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory.class
org.apache.commons.pool.impl.GenericObjectPool$ObjectTimestampPair.class
org.apache.commons.pool.impl.GenericObjectPool$Evictor.class
org.apache.commons.pool.impl.GenericObjectPool$Config.class
org.apache.commons.pool.impl.GenericObjectPool.class
org.apache.commons.pool.impl.GenericObjectPoolFactory.class
org.apache.commons.pool.impl.SoftReferenceObjectPool.class
org.apache.commons.pool.impl.StackKeyedObjectPool.class
org.apache.commons.pool.impl.StackKeyedObjectPoolFactory.class
org.apache.commons.pool.impl.StackObjectPool.class
org.apache.commons.pool.impl.StackObjectPoolFactory.class
org.apache.commons.pool.BaseKeyedObjectPool.class
org.apache.commons.pool.KeyedObjectPool.class
org.apache.commons.pool.KeyedPoolableObjectFactory.class
org.apache.commons.pool.KeyedObjectPoolFactory.class
org.apache.commons.pool.BaseObjectPool.class
org.apache.commons.pool.ObjectPool.class
org.apache.commons.pool.PoolableObjectFactory.class
org.apache.commons.pool.ObjectPoolFactory.class
org.apache.commons.pool.BaseKeyedPoolableObjectFactory.class
org.apache.commons.pool.BasePoolableObjectFactory.class
META-INF/LICENSE.txt
|
依赖Jar: |
commons-collections-2.1.jar
/commons-collections/commons-collections/2.1
查看commons-collections所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
xml-apis-2.0.2.jar
/xml-apis/xml-apis/2.0.2
查看xml-apis所有版本文件
xerces-2.0.2.jar
/xerces/xerces/2.0.2
查看xerces所有版本文件
|