MVN

com.googlecode.jdbc-proc.jdbc-proc : jdbc-proc-integration-test

Maven & Gradle

Nov 28, 2022
6 stars

.jdbc-proc-integration-test 1.1-35

<dependency>
    <groupId>com.googlecode.jdbc-proc.jdbc-proc</groupId>
    <artifactId>jdbc-proc-integration-test</artifactId>
    <version>1.1-35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jdbc-proc.jdbc-proc : jdbc-proc-integration-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1-35

All Versions

Choose a version of com.googlecode.jdbc-proc.jdbc-proc : jdbc-proc-integration-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jdbc-proc-integration-test-1.1-35
jdbc-proc-integration-test-1.1-29
jdbc-proc-integration-test-1.1-28
jdbc-proc-integration-test-1.1-27
jdbc-proc-integration-test-1.1-26
jdbc-proc-integration-test-1.1-25
jdbc-proc-integration-test-1.1-23
jdbc-proc-integration-test-1.1-22
jdbc-proc-integration-test-1.1-21
jdbc-proc-integration-test-1.1-20
jdbc-proc-integration-test-1.1-15
jdbc-proc-integration-test-1.1-14
jdbc-proc-integration-test-1.1-13
jdbc-proc-integration-test-1.1-12
jdbc-proc-integration-test-1.1-11
jdbc-proc-integration-test-1.1-10
jdbc-proc-integration-test-1.1-9
jdbc-proc-integration-test-1.1-8
jdbc-proc-integration-test-1.1-5
jdbc-proc-integration-test-1.1-4
jdbc-proc-integration-test-1.1-3
jdbc-proc-integration-test-1.1-2
jdbc-proc-integration-test-1.1-1
1.0
jdbc-proc-integration-test-1.0-40
jdbc-proc-integration-test-1.0-39
jdbc-proc-integration-test-1.0-38
jdbc-proc-integration-test-1.0-37
jdbc-proc-integration-test-1.0-36
jdbc-proc-integration-test-1.0-35
jdbc-proc-integration-test-1.0-33
jdbc-proc-integration-test-1.0-32
jdbc-proc-integration-test-1.0-31
jdbc-proc-integration-test-1.0-30
jdbc-proc-integration-test-1.0-29
jdbc-proc-integration-test-1.0-28
jdbc-proc-integration-test-1.0-27

How to add a dependency to Maven

Add the following com.googlecode.jdbc-proc.jdbc-proc : jdbc-proc-integration-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jdbc-proc.jdbc-proc</groupId>
    <artifactId>jdbc-proc-integration-test</artifactId>
    <version>1.1-35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jdbc-proc.jdbc-proc : jdbc-proc-integration-test gradle dependency to your build.gradle file:

implementation 'com.googlecode.jdbc-proc.jdbc-proc:jdbc-proc-integration-test:1.1-35'

Gradle Kotlin DSL: Add the following com.googlecode.jdbc-proc.jdbc-proc : jdbc-proc-integration-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jdbc-proc.jdbc-proc:jdbc-proc-integration-test:1.1-35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jdbc-proc.jdbc-proc : jdbc-proc-integration-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jdbc-proc.jdbc-proc" % "jdbc-proc-integration-test" % "1.1-35"