MVN

top.openyuan : jpa-plus

Maven & Gradle

Dec 08, 2021
0 stars

jpa-plus · This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是 Spring Data JPA 复杂或动态 SQL 查询的扩展库。

<dependency>
    <groupId>top.openyuan</groupId>
    <artifactId>jpa-plus</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.openyuan : jpa-plus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of top.openyuan : jpa-plus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jpa-plus-1.0.3
jpa-plus-1.0.2
jpa-plus-1.0.1
jpa-plus-1.0.0

How to add a dependency to Maven

Add the following top.openyuan : jpa-plus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.openyuan</groupId>
    <artifactId>jpa-plus</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.openyuan : jpa-plus gradle dependency to your build.gradle file:

implementation 'top.openyuan:jpa-plus:1.0.3'

Gradle Kotlin DSL: Add the following top.openyuan : jpa-plus gradle kotlin dependency to your build.gradle.kts file:

implementation("top.openyuan:jpa-plus:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.openyuan : jpa-plus sbt scala dependency to your build.sbt file:

libraryDependencies += "top.openyuan" % "jpa-plus" % "1.0.3"

Advertisement