| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.marcosbarbero.boot |
| ArtifactId | ArtifactIdspring-boot-starter-purge-accesslog |
| Version | Version2.0.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionAccess Log Purge Starter
Access log purge configuration for Tomcat and Undertow web servers supported by Spring Boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-starter-purge-accesslog/ -->
<dependency>
<groupId>com.marcosbarbero.boot</groupId>
<artifactId>spring-boot-starter-purge-accesslog</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-starter-purge-accesslog/
implementation 'com.marcosbarbero.boot:spring-boot-starter-purge-accesslog:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-starter-purge-accesslog/
implementation ("com.marcosbarbero.boot:spring-boot-starter-purge-accesslog:2.0.0.RELEASE")
'com.marcosbarbero.boot:spring-boot-starter-purge-accesslog:jar:2.0.0.RELEASE'
<dependency org="com.marcosbarbero.boot" name="spring-boot-starter-purge-accesslog" rev="2.0.0.RELEASE">
<artifact name="spring-boot-starter-purge-accesslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcosbarbero.boot', module='spring-boot-starter-purge-accesslog', version='2.0.0.RELEASE')
)
libraryDependencies += "com.marcosbarbero.boot" % "spring-boot-starter-purge-accesslog" % "2.0.0.RELEASE"
[com.marcosbarbero.boot/spring-boot-starter-purge-accesslog "2.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-undertow Optional | jar | |
| org.springframework.boot : spring-boot-starter-tomcat Optional | jar | |
| org.projectlombok : lombok | jar | 1.16.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar |