is not current version
Last Version v1.9

net.oschina.haopeng:simple-orm v1.3

基于 spring-jdbc的 简易rom框架

Categories

Categories

Net ORM Data
GroupId

GroupId

net.oschina.haopeng
ArtifactId

ArtifactId

simple-orm
Version

Version

v1.3
Type

Type

jar

Download simple-orm v1.3


<!-- https://jarcasting.com/artifacts/net.oschina.haopeng/simple-orm/ -->
<dependency>
    <groupId>net.oschina.haopeng</groupId>
    <artifactId>simple-orm</artifactId>
    <version>v1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.haopeng/simple-orm/
implementation 'net.oschina.haopeng:simple-orm:v1.3'
// https://jarcasting.com/artifacts/net.oschina.haopeng/simple-orm/
implementation ("net.oschina.haopeng:simple-orm:v1.3")
'net.oschina.haopeng:simple-orm:jar:v1.3'
<dependency org="net.oschina.haopeng" name="simple-orm" rev="v1.3">
  <artifact name="simple-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.haopeng', module='simple-orm', version='v1.3')
)
libraryDependencies += "net.oschina.haopeng" % "simple-orm" % "v1.3"
[net.oschina.haopeng/simple-orm "v1.3"]