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

Excalibur Datasource 2.2.2

Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose, since they are obtained through Avalon's Component Manager infrastructure. The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

org.apache.excalibur.components
Идентификатор

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

excalibur-datasource
Версия

Версия

2.2.2
Тип

Тип

jar
Описание

Описание

Excalibur Datasource
Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose, since they are obtained through Avalon's Component Manager infrastructure. The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.
Организация-разработчик

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

Apache Software Foundation
Система контроля версий

Система контроля версий

http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/datasource

Скачать excalibur-datasource 2.2.2


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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.avalon.framework : avalon-framework-impl jar 4.3.1
org.apache.avalon.framework : avalon-framework-api jar 4.3.1
org.apache.excalibur.components : excalibur-pool-api jar 2.2.1
org.apache.excalibur.components : excalibur-pool-instrumented jar 2.2.1

provided (3)

Идентификатор библиотеки Тип Версия
org.apache.excalibur.components : excalibur-pool-impl jar 2.2.1
org.apache.excalibur.containerkit : excalibur-instrument-api jar 2.2.1
org.apache.excalibur.containerkit : excalibur-logger jar 2.2.1

test (3)

Идентификатор библиотеки Тип Версия
org.apache.excalibur.testcase : excalibur-testcase jar 2.2.1
junit : junit jar 3.8.2
hsqldb : hsqldb jar 1.8.0.1

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

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