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