MVN

org.hrorm : hrorm

Maven & Gradle

Dec 14, 2019
3 stars

hrorm · Hrorm is a simple, declarative ORM library.

<dependency>
    <groupId>org.hrorm</groupId>
    <artifactId>hrorm</artifactId>
    <version>0.15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hrorm : hrorm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.1
  • Latest Release Candidate: 0.1.0-rc2

All Versions

Choose a version of org.hrorm : hrorm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
hrorm-0.15.1
hrorm-0.15.0
0.14.x
hrorm-0.14.0
0.13.x
hrorm-0.13.0
0.12.x
hrorm-0.12.0
0.11.x
hrorm-0.11.0
0.10.x
hrorm-0.10.2
hrorm-0.10.1
hrorm-0.10.0
0.9.x
hrorm-0.9.0
0.8.x
hrorm-0.8.0
0.7.x
hrorm-0.7.4
hrorm-0.7.3
hrorm-0.7.2
hrorm-0.7.1
hrorm-0.7.0
0.6.x
hrorm-0.6.2
hrorm-0.6.1
hrorm-0.6.0
0.5.x
hrorm-0.5.2
hrorm-0.5.0
0.4.x
hrorm-0.4.1
hrorm-0.4.0
0.3.x
hrorm-0.3.3
hrorm-0.3.2
hrorm-0.3.1
hrorm-0.3.0
0.2.x
hrorm-0.2.2
hrorm-0.2.1
hrorm-0.2.0
0.1.x
hrorm-0.1.0-rc2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hrorm</groupId>
    <artifactId>hrorm</artifactId>
    <version>0.15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hrorm : hrorm gradle dependency to your build.gradle file:

implementation 'org.hrorm:hrorm:0.15.1'

Gradle Kotlin DSL: Add the following org.hrorm : hrorm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hrorm:hrorm:0.15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hrorm : hrorm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hrorm" % "hrorm" % "0.15.1"

Advertisement