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

org.apache.excalibur.components:excalibur-datasource 2.2.1

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.1
Тип

Тип

jar

Скачать excalibur-datasource 2.2.1


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