Download datasources-8.0b9.jar file - Jar d

Jar examples for d:datasources

Description

Creates Pooled DataSources from named and leveled configuration sections.

You can download jar file datasources 8.0b9 in this page.

License

The 3-Clause BSD License

Build File

You can use the following script to add datasources-8.0b9.jar to your project.

<dependency>
   <groupId>io.datafx</groupId>
   <artifactId>datasources</artifactId>
   <version>8.0b9</version>
</dependency>
compile group: 'io.datafx', name: 'datasources', version: '8.0b9'
libraryDependencies += "io.datafx" % "datasources" % "8.0b9"
<dependency org="io.datafx" name="datasources" rev="8.0b9"/>
@Grapes(@Grab(group='io.datafx', module='datasources', version='8.0b9'))
'io.datafx:datasources:jar:8.0b9'

Download

Click the following link to download the jar file.

datasources-8.0b9-javadoc.jar
datasources-8.0b9-sources.jar
datasources-8.0b9.jar
datasources-8.0b9.pom



Related Tutorials