Categories |
Categoriesconfig Application Layer Libs Configuration JSON Data |
---|---|
GroupId | GroupIdcom.github.jsr-330 |
ArtifactId | ArtifactIdconfig-json |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
config-json-1.3.0.pom | |
config-json-1.3.0.jar | 7 KB |
config-json-1.3.0-sources.jar | 3 KB |
config-json-1.3.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsr-330/config-json/ -->
<dependency>
<groupId>com.github.jsr-330</groupId>
<artifactId>config-json</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr-330/config-json/
implementation 'com.github.jsr-330:config-json:1.3.0'
// https://jarcasting.com/artifacts/com.github.jsr-330/config-json/
implementation ("com.github.jsr-330:config-json:1.3.0")
'com.github.jsr-330:config-json:jar:1.3.0'
<dependency org="com.github.jsr-330" name="config-json" rev="1.3.0">
<artifact name="config-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr-330', module='config-json', version='1.3.0')
)
libraryDependencies += "com.github.jsr-330" % "config-json" % "1.3.0"
[com.github.jsr-330/config-json "1.3.0"]