License |
License |
---|---|
GroupId | GroupIdcom.kasinf |
ArtifactId | ArtifactIdks-boot-jpa-rest |
Version | Version1.2.5.RELEASE |
Type | Typejar |
Description |
Description基于JPA的REST框架
|
<!-- https://jarcasting.com/artifacts/com.kasinf/ks-boot-jpa-rest/ -->
<dependency>
<groupId>com.kasinf</groupId>
<artifactId>ks-boot-jpa-rest</artifactId>
<version>1.2.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-jpa-rest/
implementation 'com.kasinf:ks-boot-jpa-rest:1.2.5.RELEASE'
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-jpa-rest/
implementation ("com.kasinf:ks-boot-jpa-rest:1.2.5.RELEASE")
'com.kasinf:ks-boot-jpa-rest:jar:1.2.5.RELEASE'
<dependency org="com.kasinf" name="ks-boot-jpa-rest" rev="1.2.5.RELEASE">
<artifact name="ks-boot-jpa-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kasinf', module='ks-boot-jpa-rest', version='1.2.5.RELEASE')
)
libraryDependencies += "com.kasinf" % "ks-boot-jpa-rest" % "1.2.5.RELEASE"
[com.kasinf/ks-boot-jpa-rest "1.2.5.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-validation | jar | |
com.kasinf : ks-boot-core | jar | 1.2.5.RELEASE |
javax.interceptor : javax.interceptor-api | jar | 1.2 |
org.projectlombok : lombok Optional | jar |