| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.github.czy1024 |
| Идентификатор | Идентификаторjson-exception |
| Версия | Версия1.0.2-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.czy1024/json-exception/ -->
<dependency>
<groupId>com.github.czy1024</groupId>
<artifactId>json-exception</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.czy1024/json-exception/
implementation 'com.github.czy1024:json-exception:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.czy1024/json-exception/
implementation ("com.github.czy1024:json-exception:1.0.2-RELEASE")
'com.github.czy1024:json-exception:jar:1.0.2-RELEASE'
<dependency org="com.github.czy1024" name="json-exception" rev="1.0.2-RELEASE">
<artifact name="json-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.czy1024', module='json-exception', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.czy1024" % "json-exception" % "1.0.2-RELEASE"
[com.github.czy1024/json-exception "1.0.2-RELEASE"]