MVN

com.github.youyinnn : you-db-utils

Maven & Gradle

May 26, 2018
2 usages
1 stars
<dependency>
    <groupId>com.github.youyinnn</groupId>
    <artifactId>you-db-utils</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.youyinnn : you-db-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of com.github.youyinnn : you-db-utils to add to Maven or Gradle - All Versions:

  • Version Updated
  • you-db-utils-2.2.3

    May 26, 2018
  • you-db-utils-2.2.2

    Apr 06, 2018
  • you-db-utils-2.2

    Apr 06, 2018
  • you-db-utils-2.1

    Mar 24, 2018
  • you-db-utils-1.4

    Mar 12, 2018
  • you-db-utils-1.3

    Mar 11, 2018
  • you-db-utils-1.2.2

    Feb 23, 2018
  • you-db-utils-1.2.1

    Feb 10, 2018
  • you-db-utils-1.2.0

    Feb 09, 2018
  • you-db-utils-1.1.3

    Feb 03, 2018
  • you-db-utils-1.1.2

    Feb 02, 2018
  • you-db-utils-1.1.1

    Jan 30, 2018
  • you-db-utils-1.1.0

    Jan 30, 2018
  • you-db-utils-1.0.2

    Jan 28, 2018
  • you-db-utils-1.0.1

    Jan 27, 2018
  • you-db-utils-1.0

    Jan 26, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.youyinnn</groupId>
    <artifactId>you-db-utils</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.youyinnn : you-db-utils gradle dependency to your build.gradle file:

implementation 'com.github.youyinnn:you-db-utils:2.2.3'

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

implementation("com.github.youyinnn:you-db-utils:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.youyinnn : you-db-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.youyinnn" % "you-db-utils" % "2.2.3"