MVN

com.shzcloud : orm

Maven & Gradle

Jul 08, 2023

orm · orm

<dependency>
    <groupId>com.shzcloud</groupId>
    <artifactId>orm</artifactId>
    <version>17.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shzcloud : orm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.2.0

All Versions

Choose a version of com.shzcloud : orm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.2.x
orm-17.2.0
17.1.x
orm-17.1.0
17.0.x
orm-17.0.1
orm-17.0.0
8.0.x
orm-8.0.0
2.0.x
orm-2.0.1
orm-2.0.0
1.2.x
orm-1.2.11
orm-1.2.10
orm-1.2.9
orm-1.2.8
orm-1.2.7
orm-1.2.6
orm-1.2.5
orm-1.2.4
orm-1.2.3
orm-1.2.2
orm-1.2.1
orm-1.2.0
1.1.x
orm-1.1.1
orm-1.1.0
1.0.x
orm-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.shzcloud</groupId>
    <artifactId>orm</artifactId>
    <version>17.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shzcloud : orm gradle dependency to your build.gradle file:

implementation 'com.shzcloud:orm:17.2.0'

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

implementation("com.shzcloud:orm:17.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shzcloud : orm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shzcloud" % "orm" % "17.2.0"

Advertisement