MVN

excalibur-datasource : excalibur-datasource

Maven & Gradle

Nov 08, 2005
3 usages

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.

<dependency>
    <groupId>excalibur-datasource</groupId>
    <artifactId>excalibur-datasource</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of excalibur-datasource : excalibur-datasource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of excalibur-datasource : excalibur-datasource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
excalibur-datasource-2.1
1.2.x
excalibur-datasource-1.2.0
1.1.x
excalibur-datasource-1.1.1
1.0
excalibur-datasource-1.0

How to add a dependency to Maven

Add the following excalibur-datasource : excalibur-datasource maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>excalibur-datasource</groupId>
    <artifactId>excalibur-datasource</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following excalibur-datasource : excalibur-datasource gradle dependency to your build.gradle file:

implementation 'excalibur-datasource:excalibur-datasource:1.0'

Gradle Kotlin DSL: Add the following excalibur-datasource : excalibur-datasource gradle kotlin dependency to your build.gradle.kts file:

implementation("excalibur-datasource:excalibur-datasource:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following excalibur-datasource : excalibur-datasource sbt scala dependency to your build.sbt file:

libraryDependencies += "excalibur-datasource" % "excalibur-datasource" % "1.0"

Advertisement

Dependencies from Group

Discover Dependencies

Jan 24, 2018
2 usages
Aug 22, 2023
2 usages
44 stars
Sep 15, 2020
1 usages
18 stars
Sep 15, 2020
1 usages
18 stars
Sep 15, 2020
1 usages
18 stars
Nov 15, 2018
1 usages
20 stars
Jan 12, 2021
4 usages
51 stars
Jan 12, 2021
4 usages
51 stars
Jan 14, 2018
1 usages
1.3k stars
Nov 09, 2017
2 usages
53 stars