| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtop.openyuan |
| Идентификатор | Идентификаторjpa-plus |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjpa-plus
This is an extension library to the Spring Data JPA complex or dynamic SQL query.
这是 Spring Data JPA 复杂或动态 SQL 查询的扩展库。
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jpa-plus-1.0.3.pom | |
| jpa-plus-1.0.3.jar | 105 KB |
| jpa-plus-1.0.3-sources.jar | 99 KB |
| jpa-plus-1.0.3-javadoc.jar | 759 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.openyuan/jpa-plus/ -->
<dependency>
<groupId>top.openyuan</groupId>
<artifactId>jpa-plus</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation 'top.openyuan:jpa-plus:1.0.3'
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation ("top.openyuan:jpa-plus:1.0.3")
'top.openyuan:jpa-plus:jar:1.0.3'
<dependency org="top.openyuan" name="jpa-plus" rev="1.0.3">
<artifact name="jpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.openyuan', module='jpa-plus', version='1.0.3')
)
libraryDependencies += "top.openyuan" % "jpa-plus" % "1.0.3"
[top.openyuan/jpa-plus "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.data : spring-data-jpa | jar | 2.6.0 |
| org.hibernate : hibernate-core | jar | 5.6.0.Final |
| org.projectlombok : lombok Необязательный | jar | 1.18.20 |
| org.slf4j : slf4j-api Необязательный | jar | 1.7.32 |
| org.slf4j : slf4j-log4j12 Необязательный | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |