| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.skjolber.json-log-filter |
| ArtifactId | ArtifactIdpath |
| Version | Version3.0.1 |
| Type | Typejar |
| Description |
DescriptionProject for filtering of JSON for logging purposes
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| path-3.0.1.pom | |
| path-3.0.1.jar | 15 KB |
| path-3.0.1-sources.jar | 9 KB |
| path-3.0.1-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/path/ -->
<dependency>
<groupId>com.github.skjolber.json-log-filter</groupId>
<artifactId>path</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/path/
implementation 'com.github.skjolber.json-log-filter:path:3.0.1'
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/path/
implementation ("com.github.skjolber.json-log-filter:path:3.0.1")
'com.github.skjolber.json-log-filter:path:jar:3.0.1'
<dependency org="com.github.skjolber.json-log-filter" name="path" rev="3.0.1">
<artifact name="path" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.json-log-filter', module='path', version='3.0.1')
)
libraryDependencies += "com.github.skjolber.json-log-filter" % "path" % "3.0.1"
[com.github.skjolber.json-log-filter/path "3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.skjolber.json-log-filter : api | jar | 3.0.1 |
| com.github.skjolber.json-log-filter : core | jar | 3.0.1 |
| com.github.skjolber.json-log-filter : jackson | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 4.5.1 |
| com.google.truth : truth | jar | 1.1.3 |
| com.google.truth.extensions : truth-java8-extension | jar | 1.1.3 |