Categories |
Categoriesconfig Application Layer Libs Configuration JSON Data |
---|---|
GroupId | GroupIdcom.electronwill.night-config |
ArtifactId | ArtifactIdjson_android |
Version | Version3.5.3 |
Type | Typejar |
Filename | Size |
---|---|
json_android-3.5.3.pom | |
json_android-3.5.3.jar | 16 KB |
json_android-3.5.3-sources.jar | 7 KB |
json_android-3.5.3-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.electronwill.night-config/json_android/ -->
<dependency>
<groupId>com.electronwill.night-config</groupId>
<artifactId>json_android</artifactId>
<version>3.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.electronwill.night-config/json_android/
implementation 'com.electronwill.night-config:json_android:3.5.3'
// https://jarcasting.com/artifacts/com.electronwill.night-config/json_android/
implementation ("com.electronwill.night-config:json_android:3.5.3")
'com.electronwill.night-config:json_android:jar:3.5.3'
<dependency org="com.electronwill.night-config" name="json_android" rev="3.5.3">
<artifact name="json_android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.electronwill.night-config', module='json_android', version='3.5.3')
)
libraryDependencies += "com.electronwill.night-config" % "json_android" % "3.5.3"
[com.electronwill.night-config/json_android "3.5.3"]