r

reforms

Powerfull instrument to work with SQL query and ORM layer
MIT License
Pal Evg
Files download
File Operation
reforms-2017.10.10.jar download
reforms-2017.10.10.pom download
reforms-2017.10.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.reforms</groupId>
  <artifactId>reforms</artifactId>
  <version>2017.10.10</version>
</dependency>
Gradle Groovy
implementation 'com.github.reforms:reforms:2017.10.10'
Gradle Kotlin
implementation("com.github.reforms:reforms:2017.10.10")
Scala SBT
libraryDependencies += "com.github.reforms" % "reforms" % "2017.10.10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.reforms', module='reforms', version='2017.10.10')
)
Apache Ivy
<dependency org="com.github.reforms" name="reforms" rev="2017.10.10" />
Leiningen
[com.github.reforms/reforms "2017.10.10"]
Apache Buildr
'com.github.reforms:reforms:jar:2017.10.10'