License |
License |
---|---|
GroupId | GroupIdcom.senzhikong |
ArtifactId | ArtifactIdjpa-plus |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjpa-plus
spring data jpa扩展组件
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpa-plus-1.0.3.pom | |
jpa-plus-1.0.3.jar | 42 KB |
jpa-plus-1.0.3-sources.jar | 18 KB |
jpa-plus-1.0.3-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.senzhikong/jpa-plus/ -->
<dependency>
<groupId>com.senzhikong</groupId>
<artifactId>jpa-plus</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.senzhikong/jpa-plus/
implementation 'com.senzhikong:jpa-plus:1.0.3'
// https://jarcasting.com/artifacts/com.senzhikong/jpa-plus/
implementation ("com.senzhikong:jpa-plus:1.0.3")
'com.senzhikong:jpa-plus:jar:1.0.3'
<dependency org="com.senzhikong" name="jpa-plus" rev="1.0.3">
<artifact name="jpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.senzhikong', module='jpa-plus', version='1.0.3')
)
libraryDependencies += "com.senzhikong" % "jpa-plus" % "1.0.3"
[com.senzhikong/jpa-plus "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar |