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