MVN

com.ezormnow : EZ

Maven & Gradle

Jun 24, 2022

EZ · This is a ORM framework

<dependency>
    <groupId>com.ezormnow</groupId>
    <artifactId>EZ</artifactId>
    <version>1.8-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ezormnow : EZ to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8-RELEASE

All Versions

Choose a version of com.ezormnow : EZ to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
EZ-1.8-RELEASE
1.7
EZ-1.7-RELEASE
1.6
EZ-1.6-RELEASE
1.5
EZ-1.5-RELEASE
1.4
EZ-1.4-RELEASE
1.3
EZ-1.3-RELEASE
1.2
EZ-1.2-RELEASE
1.1
EZ-1.1-RELEASE
1.0
EZ-1.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ezormnow</groupId>
    <artifactId>EZ</artifactId>
    <version>1.8-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ezormnow : EZ gradle dependency to your build.gradle file:

implementation 'com.ezormnow:EZ:1.8-RELEASE'

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

implementation("com.ezormnow:EZ:1.8-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ezormnow : EZ sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ezormnow" % "EZ" % "1.8-RELEASE"