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