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