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