MVN

org.minijax : minijax-orm

Maven & Gradle

Jan 08, 2020
17 stars

minijax-orm · Minijax ORM

<dependency>
    <groupId>org.minijax</groupId>
    <artifactId>minijax-orm</artifactId>
    <version>0.4.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.17

All Versions

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

Version Vulnerabilities Updated
0.4.x
minijax-orm-0.4.17

How to add a dependency to Maven

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

<dependency>
    <groupId>org.minijax</groupId>
    <artifactId>minijax-orm</artifactId>
    <version>0.4.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.minijax : minijax-orm gradle dependency to your build.gradle file:

implementation 'org.minijax:minijax-orm:0.4.17'

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

implementation("org.minijax:minijax-orm:0.4.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.minijax : minijax-orm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.minijax" % "minijax-orm" % "0.4.17"

Advertisement