MVN

com.github.shenzhang : easy-jdbc

Maven & Gradle

Jun 06, 2015
0 stars

easy-jdbc · a persistence java tool based on spring-jdbc

<dependency>
    <groupId>com.github.shenzhang</groupId>
    <artifactId>easy-jdbc</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shenzhang : easy-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.github.shenzhang : easy-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
easy-jdbc-0.1.2
easy-jdbc-0.1.1
easy-jdbc-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.shenzhang</groupId>
    <artifactId>easy-jdbc</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shenzhang : easy-jdbc gradle dependency to your build.gradle file:

implementation 'com.github.shenzhang:easy-jdbc:0.1.2'

Gradle Kotlin DSL: Add the following com.github.shenzhang : easy-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shenzhang:easy-jdbc:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shenzhang : easy-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shenzhang" % "easy-jdbc" % "0.1.2"

Advertisement