Jar examples for e: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.
You can download jar file excalibur-datasource 2.1 in this page.
Apache License
You can use the following script to add excalibur-datasource-2.1.jar to your project.
<dependency> <groupId>excalibur-datasource</groupId> <artifactId>excalibur-datasource</artifactId> <version>2.1</version> </dependency>
compile group: 'excalibur-datasource', name: 'excalibur-datasource', version: '2.1'
libraryDependencies += "excalibur-datasource" % "excalibur-datasource" % "2.1"
<dependency org="excalibur-datasource" name="excalibur-datasource" rev="2.1"/>
@Grapes(@Grab(group='excalibur-datasource', module='excalibur-datasource', version='2.1'))
'excalibur-datasource:excalibur-datasource:jar:2.1'
Click the following link to download the jar file.
excalibur-datasource-2.1.jar