Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-jpa |
Version | Version1.10.28 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jpa/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-jpa</artifactId>
<version>1.10.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jpa/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-jpa:1.10.28'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jpa/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-jpa:1.10.28")
'com.github.yingzhuo:carnival-spring-boot-starter-jpa:jar:1.10.28'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-jpa" rev="1.10.28">
<artifact name="carnival-spring-boot-starter-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-jpa', version='1.10.28')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-jpa" % "1.10.28"
[com.github.yingzhuo/carnival-spring-boot-starter-jpa "1.10.28"]