MVN

me.icymint : libra-jdbc

Maven & Gradle

Mar 31, 2013

libra-jdbc

<dependency>
    <groupId>me.icymint</groupId>
    <artifactId>libra-jdbc</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.icymint : libra-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5
  • Latest Alpha: 2.1.11-alpha

All Versions

Choose a version of me.icymint : libra-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
libra-jdbc-2.1.11-alpha
libra-jdbc-2.1.10-alpha
libra-jdbc-2.1.9-alpha
libra-jdbc-2.1.8-alpha
libra-jdbc-2.1.7-alpha
libra-jdbc-2.1.6-alpha
libra-jdbc-2.1.5-alpha
libra-jdbc-2.1.1-alpha
libra-jdbc-2.1.0-alpha
2.0.x
libra-jdbc-2.0.0-alpha
1.0.x
libra-jdbc-1.0.5

How to add a dependency to Maven

Add the following me.icymint : libra-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.icymint</groupId>
    <artifactId>libra-jdbc</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.icymint : libra-jdbc gradle dependency to your build.gradle file:

implementation 'me.icymint:libra-jdbc:1.0.5'

Gradle Kotlin DSL: Add the following me.icymint : libra-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("me.icymint:libra-jdbc:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.icymint : libra-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "me.icymint" % "libra-jdbc" % "1.0.5"