License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Logback Application Layer Libs Logging |
GroupId | GroupIdnet.rakugakibox.springbootext |
ArtifactId | ArtifactIdspring-boot-ext-logback-access |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-ext-logback-access
Spring Boot Extension: Logback-access Auto Configuration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.rakugakibox.springbootext/spring-boot-ext-logback-access/ -->
<dependency>
<groupId>net.rakugakibox.springbootext</groupId>
<artifactId>spring-boot-ext-logback-access</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.rakugakibox.springbootext/spring-boot-ext-logback-access/
implementation 'net.rakugakibox.springbootext:spring-boot-ext-logback-access:1.7'
// https://jarcasting.com/artifacts/net.rakugakibox.springbootext/spring-boot-ext-logback-access/
implementation ("net.rakugakibox.springbootext:spring-boot-ext-logback-access:1.7")
'net.rakugakibox.springbootext:spring-boot-ext-logback-access:jar:1.7'
<dependency org="net.rakugakibox.springbootext" name="spring-boot-ext-logback-access" rev="1.7">
<artifact name="spring-boot-ext-logback-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rakugakibox.springbootext', module='spring-boot-ext-logback-access', version='1.7')
)
libraryDependencies += "net.rakugakibox.springbootext" % "spring-boot-ext-logback-access" % "1.7"
[net.rakugakibox.springbootext/spring-boot-ext-logback-access "1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 1.3.5.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.3.5.RELEASE |
org.springframework.boot : spring-boot-starter-tomcat Optional | jar | 1.3.5.RELEASE |
org.springframework.boot : spring-boot-starter-jetty Optional | jar | 1.3.5.RELEASE |
ch.qos.logback : logback-access | jar | 1.1.7 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.3.5.RELEASE |
org.assertj : assertj-core | jar | 3.4.1 |