j

jdbc-proc-integration-test

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