License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.skjolber.json-log-filter |
ArtifactId | ArtifactIdbase |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProject for filtering of JSON for logging purposes
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
base-3.0.2.pom | |
base-3.0.2.jar | 27 KB |
base-3.0.2-sources.jar | 17 KB |
base-3.0.2-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/base/ -->
<dependency>
<groupId>com.github.skjolber.json-log-filter</groupId>
<artifactId>base</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/base/
implementation 'com.github.skjolber.json-log-filter:base:3.0.2'
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/base/
implementation ("com.github.skjolber.json-log-filter:base:3.0.2")
'com.github.skjolber.json-log-filter:base:jar:3.0.2'
<dependency org="com.github.skjolber.json-log-filter" name="base" rev="3.0.2">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.json-log-filter', module='base', version='3.0.2')
)
libraryDependencies += "com.github.skjolber.json-log-filter" % "base" % "3.0.2"
[com.github.skjolber.json-log-filter/base "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skjolber.json-log-filter : api | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.skjolber.json-log-filter : test | jar | 3.0.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
com.google.truth : truth | jar | 1.1.3 |
com.google.truth.extensions : truth-java8-extension | jar | 1.1.3 |
commons-io : commons-io | jar | 2.11.0 |
commons-codec : commons-codec | jar | 1.15 |
org.mockito : mockito-core | jar | 4.6.0 |