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