| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.aeert |
| Идентификатор | Идентификаторjson-filter |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| json-filter-1.0.0.RELEASE.pom | |
| json-filter-1.0.0.RELEASE.jar | 11 KB |
| json-filter-1.0.0.RELEASE-sources.jar | 9 KB |
| json-filter-1.0.0.RELEASE-javadoc.jar | 89 KB |
| Обзор |
<!-- 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"]