Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdmonitor-spring-boot-autoconfigure |
Version | Version1.0.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/monitor-spring-boot-autoconfigure/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>monitor-spring-boot-autoconfigure</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/monitor-spring-boot-autoconfigure/
implementation 'in.hocg.boot:monitor-spring-boot-autoconfigure:1.0.16'
// https://jarcasting.com/artifacts/in.hocg.boot/monitor-spring-boot-autoconfigure/
implementation ("in.hocg.boot:monitor-spring-boot-autoconfigure:1.0.16")
'in.hocg.boot:monitor-spring-boot-autoconfigure:jar:1.0.16'
<dependency org="in.hocg.boot" name="monitor-spring-boot-autoconfigure" rev="1.0.16">
<artifact name="monitor-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='monitor-spring-boot-autoconfigure', version='1.0.16')
)
libraryDependencies += "in.hocg.boot" % "monitor-spring-boot-autoconfigure" % "1.0.16"
[in.hocg.boot/monitor-spring-boot-autoconfigure "1.0.16"]