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