MVN

com.aeert : json-filter

Maven & Gradle

Nov 24, 2020

json-filter · In response to the JSON filter processing component, the JSON returned from the interface is filtered and masked through annotations

<dependency>
    <groupId>com.aeert</groupId>
    <artifactId>json-filter</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0.RELEASE

All Versions

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

Version Vulnerabilities Updated
2.0.x
json-filter-2.0.0.RELEASE
1.0.x
json-filter-1.0.6
json-filter-1.0.5
json-filter-1.0.4
json-filter-1.0.1
json-filter-1.0.0.RELEASE
json-filter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aeert</groupId>
    <artifactId>json-filter</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aeert:json-filter:2.0.0.RELEASE'

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

implementation("com.aeert:json-filter:2.0.0.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aeert" % "json-filter" % "2.0.0.RELEASE"

Advertisement