MVN

com.github.ddphin : ddphin-base-db

Maven & Gradle

Sep 06, 2019
4 usages
0 stars

ddphin-base-db

<dependency>
    <groupId>com.github.ddphin</groupId>
    <artifactId>ddphin-base-db</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ddphin : ddphin-base-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.github.ddphin : ddphin-base-db to add to Maven or Gradle - All Versions:

  • Version Updated
  • ddphin-base-db-1.1.8

    Sep 06, 2019
  • ddphin-base-db-1.1.7

    Sep 06, 2019
  • ddphin-base-db-1.1.6

    Aug 31, 2019
  • ddphin-base-db-1.1.5

    Aug 27, 2019
  • ddphin-base-db-1.0.8

    Aug 27, 2019
  • ddphin-base-db-1.0.7

    Aug 27, 2019
  • ddphin-base-db-1.0.6

    Aug 26, 2019
  • ddphin-base-db-1.0.5

    Aug 26, 2019
  • ddphin-base-db-1.0.4

    Aug 26, 2019
  • ddphin-base-db-1.0.3

    Aug 26, 2019
  • ddphin-base-db-1.0.2

    Aug 26, 2019
  • ddphin-base-db-1.0.1

    Aug 25, 2019
  • ddphin-base-db-1.0.0

    Aug 25, 2019

How to add a dependency to Maven

Add the following com.github.ddphin : ddphin-base-db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ddphin</groupId>
    <artifactId>ddphin-base-db</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ddphin : ddphin-base-db gradle dependency to your build.gradle file:

implementation 'com.github.ddphin:ddphin-base-db:1.1.8'

Gradle Kotlin DSL: Add the following com.github.ddphin : ddphin-base-db gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ddphin:ddphin-base-db:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ddphin : ddphin-base-db sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ddphin" % "ddphin-base-db" % "1.1.8"