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