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