MVN

com.denghb : eorm-spring

Maven & Gradle

Mar 19, 2020
8 stars

eorm-spring · A easy based on the Spring JdbcTemplate JDBC ORM

<dependency>
    <groupId>com.denghb</groupId>
    <artifactId>eorm-spring</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.denghb : eorm-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.denghb : eorm-spring to add to Maven or Gradle - All Versions:

  • Version Updated
  • eorm-spring-1.1.2

    Mar 19, 2020
  • eorm-spring-1.1.1

    Jan 23, 2020
  • eorm-spring-1.1.0

    Aug 05, 2019
  • eorm-spring-1.0.9

    Jul 20, 2019
  • eorm-spring-1.0.8

    Jul 08, 2019
  • eorm-spring-1.0.7

    Jul 07, 2019
  • eorm-spring-1.0.6

    Jun 30, 2019
  • eorm-spring-1.0.5

    Mar 04, 2019
  • eorm-spring-1.0.4

    Dec 06, 2018
  • eorm-spring-1.0.3

    Sep 18, 2018
  • eorm-spring-1.0.2

    Aug 02, 2018
  • eorm-spring-1.0.1

    May 07, 2018

How to add a dependency to Maven

Add the following com.denghb : eorm-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.denghb</groupId>
    <artifactId>eorm-spring</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.denghb : eorm-spring gradle dependency to your build.gradle file:

implementation 'com.denghb:eorm-spring:1.1.2'

Gradle Kotlin DSL: Add the following com.denghb : eorm-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.denghb:eorm-spring:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.denghb : eorm-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.denghb" % "eorm-spring" % "1.1.2"