MVN

br.com.jarch : jarch-jdbc

Maven & Gradle

Mar 03, 2020
1 usages
<dependency>
    <groupId>br.com.jarch</groupId>
    <artifactId>jarch-jdbc</artifactId>
    <version>20.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.jarch : jarch-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.2.0

All Versions

Choose a version of br.com.jarch : jarch-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.2.x
jarch-jdbc-20.2.0
19.12.x
jarch-jdbc-19.12.0
19.11.x
jarch-jdbc-19.11.0
19.10.x
jarch-jdbc-19.10.0
19.9.x
jarch-jdbc-19.9.0
19.8.x
jarch-jdbc-19.8.0
19.7.x
jarch-jdbc-19.7.0
19.6.x
jarch-jdbc-19.6.0
19.5.x
jarch-jdbc-19.5.0
19.4.x
jarch-jdbc-19.4.0
19.3.x
jarch-jdbc-19.3.0
19.2.x
jarch-jdbc-19.2.0
19.1.x
jarch-jdbc-19.1.1
jarch-jdbc-19.1.0
18.12.x
jarch-jdbc-18.12.0
18.11.x
jarch-jdbc-18.11.0
18.10.x
jarch-jdbc-18.10.0
18.9.x
jarch-jdbc-18.9.0
2.23.x
jarch-jdbc-2.23.5

How to add a dependency to Maven

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

<dependency>
    <groupId>br.com.jarch</groupId>
    <artifactId>jarch-jdbc</artifactId>
    <version>20.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.jarch : jarch-jdbc gradle dependency to your build.gradle file:

implementation 'br.com.jarch:jarch-jdbc:20.2.0'

Gradle Kotlin DSL: Add the following br.com.jarch : jarch-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.jarch:jarch-jdbc:20.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.jarch : jarch-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.jarch" % "jarch-jdbc" % "20.2.0"

Advertisement