Download datasource-3.1.7.jar file - Jar d

Jar examples for d:datasource

Description

A utility to manage multiple named SQL database connection pools.

You can download jar file datasource 3.1.7 in this page.

License

SAP DEVELOPER LICENSE AGREEMENT

Build File

You can use the following script to add datasource-3.1.7.jar to your project.

<dependency>
   <groupId>org.diirt</groupId>
   <artifactId>datasource</artifactId>
   <version>3.1.7</version>
</dependency>
compile group: 'org.diirt', name: 'datasource', version: '3.1.7'
libraryDependencies += "org.diirt" % "datasource" % "3.1.7"
<dependency org="org.diirt" name="datasource" rev="3.1.7"/>
@Grapes(@Grab(group='org.diirt', module='datasource', version='3.1.7'))
'org.diirt:datasource:jar:3.1.7'

Download

Click the following link to download the jar file.

datasource-3.1.7-javadoc.jar
datasource-3.1.7-sources.jar
datasource-3.1.7.jar
datasource-3.1.7.pom



Related Tutorials