| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.skjolber.json-log-filter |
| ArtifactId | ArtifactIdparent |
| Version | Version2.0.1 |
| Type | Typepom |
| Description |
Descriptionjson-log-filter
Project for filtering of JSON for logging purposes
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| parent-2.0.1.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/parent/ -->
<dependency>
<groupId>com.github.skjolber.json-log-filter</groupId>
<artifactId>parent</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/parent/
implementation 'com.github.skjolber.json-log-filter:parent:2.0.1'
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/parent/
implementation ("com.github.skjolber.json-log-filter:parent:2.0.1")
'com.github.skjolber.json-log-filter:parent:pom:2.0.1'
<dependency org="com.github.skjolber.json-log-filter" name="parent" rev="2.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.json-log-filter', module='parent', version='2.0.1')
)
libraryDependencies += "com.github.skjolber.json-log-filter" % "parent" % "2.0.1"
[com.github.skjolber.json-log-filter/parent "2.0.1"]