License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.arakelian |
ArtifactId | ArtifactIdjson-filter |
Last Version | Last Version3.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJson Filter
High-speed stream-based filtering of arbitrarily large JSON documents.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-filter-3.10.0.pom | |
json-filter-3.10.0.jar | 114 KB |
json-filter-3.10.0-tests.jar | 18 KB |
json-filter-3.10.0-sources.jar | 22 KB |
json-filter-3.10.0-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arakelian/json-filter/ -->
<dependency>
<groupId>com.arakelian</groupId>
<artifactId>json-filter</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arakelian/json-filter/
implementation 'com.arakelian:json-filter:3.10.0'
// https://jarcasting.com/artifacts/com.arakelian/json-filter/
implementation ("com.arakelian:json-filter:3.10.0")
'com.arakelian:json-filter:jar:3.10.0'
<dependency org="com.arakelian" name="json-filter" rev="3.10.0">
<artifact name="json-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arakelian', module='json-filter', version='3.10.0')
)
libraryDependencies += "com.arakelian" % "json-filter" % "3.10.0"
[com.arakelian/json-filter "3.10.0"]
Group / Artifact | Type | Version |
---|---|---|
com.arakelian : more-commons | jar | 3.4.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |