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