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