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