MVN

com.github.reforms : reforms

Maven & Gradle

Nov 11, 2017
7 stars

RefOrms Framework · Powerfull instrument to work with SQL query and ORM layer

<dependency>
    <groupId>com.github.reforms</groupId>
    <artifactId>reforms</artifactId>
    <version>2017.10.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.reforms : reforms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2017.10.10

All Versions

Choose a version of com.github.reforms : reforms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2017.10.x
reforms-2017.10.10
2017.07.x
reforms-2017.07.23
2017.06.x
reforms-2017.06.11

How to add a dependency to Maven

Add the following com.github.reforms : reforms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.reforms</groupId>
    <artifactId>reforms</artifactId>
    <version>2017.10.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.reforms : reforms gradle dependency to your build.gradle file:

implementation 'com.github.reforms:reforms:2017.10.10'

Gradle Kotlin DSL: Add the following com.github.reforms : reforms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.reforms:reforms:2017.10.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.reforms : reforms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.reforms" % "reforms" % "2017.10.10"