Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdspring-boot-logging |
Version | Version1.0.32 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-logging-1.0.32.pom | 945 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-logging/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>spring-boot-logging</artifactId>
<version>1.0.32</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-logging/
implementation 'in.hocg.boot:spring-boot-logging:1.0.32'
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-logging/
implementation ("in.hocg.boot:spring-boot-logging:1.0.32")
'in.hocg.boot:spring-boot-logging:pom:1.0.32'
<dependency org="in.hocg.boot" name="spring-boot-logging" rev="1.0.32">
<artifact name="spring-boot-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='spring-boot-logging', version='1.0.32')
)
libraryDependencies += "in.hocg.boot" % "spring-boot-logging" % "1.0.32"
[in.hocg.boot/spring-boot-logging "1.0.32"]