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