e

easyconfig-jdbc

Files download
File Operation
easyconfig-jdbc-0.8.4.jar download
easyconfig-jdbc-0.8.4.pom download
easyconfig-jdbc-0.8.4-sources.jar download
Apache Maven
<dependency>
  <groupId>fi.jubic</groupId>
  <artifactId>easyconfig-jdbc</artifactId>
  <version>0.8.4</version>
</dependency>
Gradle Groovy
implementation 'fi.jubic:easyconfig-jdbc:0.8.4'
Gradle Kotlin
implementation("fi.jubic:easyconfig-jdbc:0.8.4")
Scala SBT
libraryDependencies += "fi.jubic" % "easyconfig-jdbc" % "0.8.4"
Groovy Grape
@Grapes(
  @Grab(group='fi.jubic', module='easyconfig-jdbc', version='0.8.4')
)
Apache Ivy
<dependency org="fi.jubic" name="easyconfig-jdbc" rev="0.8.4" />
Leiningen
[fi.jubic/easyconfig-jdbc "0.8.4"]
Apache Buildr
'fi.jubic:easyconfig-jdbc:jar:0.8.4'