is not current version
Last Version 2.0.0.RELEASE

com.aeert:json-filter 1.0.0.RELEASE

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

Categories

Categories

JSON Data
GroupId

GroupId

com.aeert
ArtifactId

ArtifactId

json-filter
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download json-filter 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.aeert/json-filter/ -->
<dependency>
    <groupId>com.aeert</groupId>
    <artifactId>json-filter</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeert/json-filter/
implementation 'com.aeert:json-filter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.aeert/json-filter/
implementation ("com.aeert:json-filter:1.0.0.RELEASE")
'com.aeert:json-filter:jar:1.0.0.RELEASE'
<dependency org="com.aeert" name="json-filter" rev="1.0.0.RELEASE">
  <artifact name="json-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeert', module='json-filter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.aeert" % "json-filter" % "1.0.0.RELEASE"
[com.aeert/json-filter "1.0.0.RELEASE"]