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