Download datasources-8.0.1.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.0.1 in this page.

License

The 3-Clause BSD License

Build File

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

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

Download

Click the following link to download the jar file.

datasources-8.0.1-javadoc.jar
datasources-8.0.1-sources.jar
datasources-8.0.1.jar
datasources-8.0.1.pom



Related Tutorials