Files download
File Operation
path-4.1.3.jar download
path-4.1.3.pom download
path-4.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.skjolber.json-log-filter</groupId>
  <artifactId>path</artifactId>
  <version>4.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.skjolber.json-log-filter:path:4.1.3'
Gradle Kotlin
implementation("com.github.skjolber.json-log-filter:path:4.1.3")
Scala SBT
libraryDependencies += "com.github.skjolber.json-log-filter" % "path" % "4.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skjolber.json-log-filter', module='path', version='4.1.3')
)
Apache Ivy
<dependency org="com.github.skjolber.json-log-filter" name="path" rev="4.1.3" />
Leiningen
[com.github.skjolber.json-log-filter/path "4.1.3"]
Apache Buildr
'com.github.skjolber.json-log-filter:path:jar:4.1.3'