is not current version
Last Version 1.1.7

com.github.jetqin:orm 1.0.19

Orm configuration using java config

Categories

Categories

ORM Data
GroupId

GroupId

com.github.jetqin
ArtifactId

ArtifactId

orm
Version

Version

1.0.19
Type

Type

jar

Download orm 1.0.19


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