Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.aeert |
ArtifactId | ArtifactIdjson-filter |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
json-filter-1.0.4.pom | |
json-filter-1.0.4.jar | 11 KB |
json-filter-1.0.4-sources.jar | 9 KB |
json-filter-1.0.4-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aeert/json-filter/ -->
<dependency>
<groupId>com.aeert</groupId>
<artifactId>json-filter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeert/json-filter/
implementation 'com.aeert:json-filter:1.0.4'
// https://jarcasting.com/artifacts/com.aeert/json-filter/
implementation ("com.aeert:json-filter:1.0.4")
'com.aeert:json-filter:jar:1.0.4'
<dependency org="com.aeert" name="json-filter" rev="1.0.4">
<artifact name="json-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeert', module='json-filter', version='1.0.4')
)
libraryDependencies += "com.aeert" % "json-filter" % "1.0.4"
[com.aeert/json-filter "1.0.4"]