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