MVN

com.github.Ling2099 : easy-orm

Maven & Gradle

Jul 26, 2023
2 stars

easy-all · 帮助 web 项目开发过程中,简化繁琐的配置、代码及业务逻辑

<dependency>
    <groupId>com.github.Ling2099</groupId>
    <artifactId>easy-orm</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.10

All Versions

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

Version Vulnerabilities Updated
1.0.x
easy-orm-1.0.10
easy-orm-1.0.9
easy-orm-1.0.8
easy-orm-1.0.7
easy-orm-1.0.6
easy-orm-1.0.5-RELEASES
easy-orm-1.0.4
easy-orm-1.0.3
easy-orm-1.0.2
easy-orm-1.0.1
easy-orm-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.Ling2099</groupId>
    <artifactId>easy-orm</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.Ling2099 : easy-orm gradle dependency to your build.gradle file:

implementation 'com.github.Ling2099:easy-orm:1.0.10'

Gradle Kotlin DSL: Add the following com.github.Ling2099 : easy-orm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.Ling2099:easy-orm:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.Ling2099 : easy-orm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.Ling2099" % "easy-orm" % "1.0.10"