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