Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdicu.easyj.boot |
ArtifactId | ArtifactIdeasyj-spring-boot-logging |
Version | Version0.6.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-logging/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-logging</artifactId>
<version>0.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-logging/
implementation 'icu.easyj.boot:easyj-spring-boot-logging:0.6.7'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-logging/
implementation ("icu.easyj.boot:easyj-spring-boot-logging:0.6.7")
'icu.easyj.boot:easyj-spring-boot-logging:jar:0.6.7'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-logging" rev="0.6.7">
<artifact name="easyj-spring-boot-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-logging', version='0.6.7')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-logging" % "0.6.7"
[icu.easyj.boot/easyj-spring-boot-logging "0.6.7"]