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