MVN

info.gratour.common : common-db

Maven & Gradle

Sep 26, 2021
0 stars

Common database library · A common database library written in scala..

<dependency>
    <groupId>info.gratour.common</groupId>
    <artifactId>common-db</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.gratour.common : common-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of info.gratour.common : common-db to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
common-db-3.1.0

How to add a dependency to Maven

Add the following info.gratour.common : common-db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.gratour.common</groupId>
    <artifactId>common-db</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.gratour.common : common-db gradle dependency to your build.gradle file:

implementation 'info.gratour.common:common-db:3.1.0'

Gradle Kotlin DSL: Add the following info.gratour.common : common-db gradle kotlin dependency to your build.gradle.kts file:

implementation("info.gratour.common:common-db:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.gratour.common : common-db sbt scala dependency to your build.sbt file:

libraryDependencies += "info.gratour.common" % "common-db" % "3.1.0"