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