is not current version
Last Version 1.1.7

com.github.jetqin:orm 1.0.20

Orm configuration using java config

Categories

Categories

ORM Data
GroupId

GroupId

com.github.jetqin
ArtifactId

ArtifactId

orm
Version

Version

1.0.20
Type

Type

jar

Download orm 1.0.20


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