MVN

net.oschina.haopeng : simple-orm

Maven & Gradle

Jan 16, 2019

simple-orm · 基于 spring-jdbc的 简易rom框架(支持多数据源)

<dependency>
    <groupId>net.oschina.haopeng</groupId>
    <artifactId>simple-orm</artifactId>
    <version>v1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oschina.haopeng : simple-orm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.9

All Versions

Choose a version of net.oschina.haopeng : simple-orm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.9
simple-orm-v1.9
v1.8
simple-orm-v1.8
v1.7
simple-orm-v1.7
v1.6
simple-orm-v1.6
v1.5
simple-orm-v1.5
v1.4
simple-orm-v1.4
v1.3
simple-orm-v1.3
v1.2
simple-orm-v1.2
v1.1
simple-orm-v1.1
v1.0
simple-orm-v1.0

How to add a dependency to Maven

Add the following net.oschina.haopeng : simple-orm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.oschina.haopeng</groupId>
    <artifactId>simple-orm</artifactId>
    <version>v1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.oschina.haopeng : simple-orm gradle dependency to your build.gradle file:

implementation 'net.oschina.haopeng:simple-orm:v1.9'

Gradle Kotlin DSL: Add the following net.oschina.haopeng : simple-orm gradle kotlin dependency to your build.gradle.kts file:

implementation("net.oschina.haopeng:simple-orm:v1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.oschina.haopeng : simple-orm sbt scala dependency to your build.sbt file:

libraryDependencies += "net.oschina.haopeng" % "simple-orm" % "v1.9"

Advertisement