Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.psi-probe</groupId>
  <artifactId>psi-probe-ojdbc</artifactId>
  <version>3.1.9</version>
</dependency>

Apache Ivy

<dependency org="com.github.psi-probe" name="psi-probe-ojdbc" rev="3.1.9">
  <artifact name="psi-probe-ojdbc" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-ojdbc', version='3.1.9')
)

Gradle/Grails

compile 'com.github.psi-probe:psi-probe-ojdbc:3.1.9'

Scala SBT

libraryDependencies += "com.github.psi-probe" % "psi-probe-ojdbc" % "3.1.9"

Leiningen

[com.github.psi-probe/psi-probe-ojdbc "3.1.9"]