License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JSON Data |
GroupId | GroupIdcom.github.skjolber.json-log-filter |
ArtifactId | ArtifactIdspring-boot-starter |
Last Version | Last Version1.0.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProject for filtering of JSON for logging purposes
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/spring-boot-starter/ -->
<dependency>
<groupId>com.github.skjolber.json-log-filter</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/spring-boot-starter/
implementation 'com.github.skjolber.json-log-filter:spring-boot-starter:1.0.21'
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/spring-boot-starter/
implementation ("com.github.skjolber.json-log-filter:spring-boot-starter:1.0.21")
'com.github.skjolber.json-log-filter:spring-boot-starter:jar:1.0.21'
<dependency org="com.github.skjolber.json-log-filter" name="spring-boot-starter" rev="1.0.21">
<artifact name="spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.json-log-filter', module='spring-boot-starter', version='1.0.21')
)
libraryDependencies += "com.github.skjolber.json-log-filter" % "spring-boot-starter" % "1.0.21"
[com.github.skjolber.json-log-filter/spring-boot-starter "1.0.21"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skjolber.json-log-filter : api | jar | 1.0.21 |
com.github.skjolber.json-log-filter : core | jar | 1.0.21 |
com.github.skjolber.json-log-filter : jackson | jar | 1.0.21 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.7 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.4.7 |
org.springframework.boot : spring-boot-starter | jar | 2.4.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.7 |
org.springframework.boot : spring-boot-starter-test | jar | 2.4.7 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.mockito : mockito-core | jar | 3.11.1 |
com.google.truth : truth | jar | 1.1.3 |
com.google.truth.extensions : truth-java8-extension | jar | 1.1.3 |