MVN

com.arakelian : json-filter

Maven & Gradle

Apr 24, 2023
1 usages
10 stars

Json Filter · High-speed stream-based filtering of arbitrarily large JSON documents.

<dependency>
    <groupId>com.arakelian</groupId>
    <artifactId>json-filter</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arakelian : json-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.arakelian : json-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
json-filter-4.0.1
json-filter-4.0.0
3.10.x
json-filter-3.10.0
3.9.x
json-filter-3.9.1
3.7.x
json-filter-3.7.0
3.6.x
json-filter-3.6.0
3.5.x
json-filter-3.5.0
3.4.x
json-filter-3.4.0
3.3.x
json-filter-3.3.1
json-filter-3.3.0
3.2.x
json-filter-3.2.0
3.1.x
json-filter-3.1.0
3.0.x
json-filter-3.0.1
json-filter-3.0.0
2.2.x
json-filter-2.2.0
2.0.x
json-filter-2.0.0
1.9.x
json-filter-1.9.1
json-filter-1.9.0
1.8.x
json-filter-1.8.2
json-filter-1.8.0
1.7.x
json-filter-1.7.1
json-filter-1.7.0
1.6.x
json-filter-1.6.6
json-filter-1.6.0
1.5.x
json-filter-1.5.0
1.1.x
json-filter-1.1.0

How to add a dependency to Maven

Add the following com.arakelian : json-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arakelian</groupId>
    <artifactId>json-filter</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arakelian : json-filter gradle dependency to your build.gradle file:

implementation 'com.arakelian:json-filter:4.0.1'

Gradle Kotlin DSL: Add the following com.arakelian : json-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arakelian:json-filter:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arakelian : json-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arakelian" % "json-filter" % "4.0.1"

Advertisement

Dependencies from Group

May 27, 2020
17 usages
6 stars
Apr 24, 2023
6 usages
2 stars
Apr 24, 2023
4 usages
8 stars
Oct 16, 2020
3 usages
1 stars
Apr 24, 2023
2 usages
22 stars

Discover Dependencies