MVN

io.github.shaohuizhe : orm

Maven & Gradle

Nov 30, 2022
2 usages

orm · orm

<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>orm</artifactId>
    <version>10.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shaohuizhe : orm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.2.0

All Versions

Choose a version of io.github.shaohuizhe : orm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.2.x
orm-10.2.0
10.1.x
orm-10.1.1
orm-10.1.0
10.0.x
orm-10.0.3
orm-10.0.2
orm-10.0.1
orm-10.0.0
9.10.x
orm-9.10.5
orm-9.10.4
orm-9.10.3
orm-9.10.2
orm-9.10.1
orm-9.10.0
9.9.x
orm-9.9.1
orm-9.9.0
9.8.x
orm-9.8.4
orm-9.8.3
orm-9.8.2
orm-9.8.1
9.8
orm-9.8
9.7
orm-9.7
9.6
orm-9.6
9.5
orm-9.5
9.4
orm-9.4
9.3
orm-9.3
9.2
orm-9.2
9.1
orm-9.1
9.0
orm-9.0
8.5
orm-8.5
8.4
orm-8.4
8.3
orm-8.3
8.2
orm-8.2
8.1
orm-8.1
8.0
orm-8.0
3.0
orm-3.0
2.0
orm-2.0
1.6.x
orm-1.6.4
orm-1.6.3
orm-1.6.2
orm-1.6.1
1.5.x
orm-1.5.9
orm-1.5.8
orm-1.5.7
orm-1.5.6
orm-1.5.5
orm-1.5.4
orm-1.5.3
orm-1.5.2
orm-1.5.1
orm-1.5.0
1.4.x
orm-1.4.9
orm-1.4.8
orm-1.4.7
orm-1.4.6
orm-1.4.5
orm-1.4.4
orm-1.4.3
orm-1.4.2
orm-1.4.1
orm-1.4.0
1.3.x
orm-1.3.9
orm-1.3.8
orm-1.3.7
orm-1.3.6
orm-1.3.5
orm-1.3.3
orm-1.3.2
orm-1.3.1
orm-1.3.0
1.2.x
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.3
orm-1.2.2
orm-1.2.1
orm-1.2.0
1.1.x
orm-1.1.6
orm-1.1.5
orm-1.1.4
orm-1.1.3
orm-1.1.2
orm-1.1.1
1.1
orm-1.1
1.0
orm-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>orm</artifactId>
    <version>10.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shaohuizhe : orm gradle dependency to your build.gradle file:

implementation 'io.github.shaohuizhe:orm:10.2.0'

Gradle Kotlin DSL: Add the following io.github.shaohuizhe : orm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shaohuizhe:orm:10.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shaohuizhe : orm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shaohuizhe" % "orm" % "10.2.0"

Advertisement