Files download
File Operation
orm-1.6.3.jar download
orm-1.6.3.pom download
orm-1.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>orm</artifactId>
  <version>1.6.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:orm:1.6.3'
Gradle Kotlin
implementation("io.github.shaohuizhe:orm:1.6.3")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "orm" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='orm', version='1.6.3')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="orm" rev="1.6.3" />
Leiningen
[io.github.shaohuizhe/orm "1.6.3"]
Apache Buildr
'io.github.shaohuizhe:orm:jar:1.6.3'