| 组织ID: |
jpox |
| 项目ID: |
jpox-dbcp |
| 版本: |
1.1.3 |
| 最后修改时间: |
2019-10-23 12:56:39 |
| 包类型: |
jar |
| 标题: |
JPOX DBCP plugin |
| 描述: |
JPOX can be used with DBCP to use a connection pool internally.
This plugin provides this capability. |
| 大小: |
11.25KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-dbcp</artifactId>
<version>1.1.3</version>
</dependency>
|
| Gradle引入代码: |
jpox:jpox-dbcp:1.1.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>jpox</groupId>
<artifactId>jpox-dbcp</artifactId>
<name>JPOX DBCP plugin</name>
<version>1.1.3</version>
<description>JPOX can be used with DBCP to use a connection pool internally.
This plugin provides this capability.</description>
<build>
<sourceDirectory>src/java</sourceDirectory>
<resources>
<resource>
<directory>${basedir}/src/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/plugin.xml</include>
</includes>
</resource>
<resource>
<directory>${basedir}/../..</directory>
<includes>
<include>README</include>
<include>LICENSE.txt</include>
</includes>
</resource>
<resource>
<directory>${basedir}/</directory>
<includes>
<include>plugin.xml</include>
</includes>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jpox.dbcp.DBCPDataSourceFactory.class
LICENSE.txt
README
plugin.xml
META-INF/LICENSE.txt
|
| 依赖Jar: |
jpox-1.1.3.jar
/jpox/jpox/1.1.3
查看jpox所有版本文件
commons-dbcp-1.2.1.jar
/commons-dbcp/commons-dbcp/1.2.1
查看commons-dbcp所有版本文件
commons-pool-1.2.jar
/commons-pool/commons-pool/1.2
查看commons-pool所有版本文件
commons-collections-3.1.jar
/commons-collections/commons-collections/3.1
查看commons-collections所有版本文件
|