MVN

org.inigma.shared : inigma-jdbc

Maven & Gradle

Jun 26, 2014
3 stars

JDBC Libraries

<dependency>
    <groupId>org.inigma.shared</groupId>
    <artifactId>inigma-jdbc</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.inigma.shared : inigma-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of org.inigma.shared : inigma-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
inigma-jdbc-0.10.0
0.9.x
inigma-jdbc-0.9.4.1
inigma-jdbc-0.9.4
inigma-jdbc-0.9.3
inigma-jdbc-0.9.1
inigma-jdbc-0.9.0
0.8.x
inigma-jdbc-0.8.1
0.8
inigma-jdbc-0.8
0.7.x
inigma-jdbc-0.7.3
inigma-jdbc-0.7.2
inigma-jdbc-0.7.1
0.7
inigma-jdbc-0.7
0.6.x
inigma-jdbc-0.6.1
0.6
inigma-jdbc-0.6
0.5
inigma-jdbc-0.5
0.4
inigma-jdbc-0.4

How to add a dependency to Maven

Add the following org.inigma.shared : inigma-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.inigma.shared</groupId>
    <artifactId>inigma-jdbc</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.inigma.shared : inigma-jdbc gradle dependency to your build.gradle file:

implementation 'org.inigma.shared:inigma-jdbc:0.10.0'

Gradle Kotlin DSL: Add the following org.inigma.shared : inigma-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.inigma.shared:inigma-jdbc:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.inigma.shared : inigma-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.inigma.shared" % "inigma-jdbc" % "0.10.0"

Advertisement