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