OpenJAX DBCP

Wrapper of the "Apache Commons DBCP" library that provides a simple API to describe and initialize a JDBC Database Connection Pool.

Лицензия

Лицензия

Группа

Группа

org.openjax
Идентификатор

Идентификатор

dbcp
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

OpenJAX DBCP
Wrapper of the "Apache Commons DBCP" library that provides a simple API to describe and initialize a JDBC Database Connection Pool.
Организация-разработчик

Организация-разработчик

OpenJAX

Скачать dbcp

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-dbcp2 jar 2.7.0
org.libj : logging jar 0.4.5
com.sun.xml.bind : jaxb-osgi jar 2.3.1
javax.xml.bind : jaxb-api jar 2.3.1
org.jaxsb : runtime jar 2.1.6
ch.qos.logback : logback-classic jar 1.2.3

test (5)

Идентификатор библиотеки Тип Версия
org.apache.derby : derby jar 10.14.2.0
org.apache.derby : derbytools jar 10.14.2.0
org.libj : test jar 0.7.1
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Модули Проекта

Данный проект не имеет модулей.

OpenJAX

Build Status Coverage Status Javadocs Released Version Snapshot Version

OpenJAX is a collection of modules that provide convenient extensions to common Java architectures.

Modules

  • cdm: Code Design Model An abstraction of the Java programming language, in Java.
  • cli: Simple API to specify and process arguments on the Command Line Interface.
  • codegen: Modules that utilize the Code Generation process to obtain better language cohesion, and faster runtime performance.
  • dbcp: Simple API to describe and initialize a Database Connection Pool in JDBC.
  • expect: A port of Tcl's Expect that provides a Java API to talk to interactive programs according to a script.
  • jaxb: Modules that supplement JAXB with cohesive and high-performance APIs and tools.
  • jetty: Light-weight extensions to Jetty that provide simple and convenient wrappers for common use cases.
  • json: APIs for efficiently reading and parsing JSON documents.
  • maven: APIs that supplement Maven's APIs with cohesive abstractions, and simple and useful extensions.
  • measure: A nimble datatype abstraction that expresses numerical values with units, supporting automatic unit reduction.
  • security: APIs that provide simple security abstractions.
  • xml: Modules for efficiently reading, writing, and validating XML documents.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

org.openjax

OpenJAX

Версии библиотеки

Версия
1.1.0
1.0.5
1.0.4