Categories |
Categoriesconfig Application Layer Libs Configuration JSON Data |
---|---|
GroupId | GroupIdcom.github.jsr-330 |
ArtifactId | ArtifactIdconfig-json |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
config-json-1.1.0.pom | |
config-json-1.1.0.jar | 1 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr-330/config-json/
implementation 'com.github.jsr-330:config-json:1.1.0'
// https://jarcasting.com/artifacts/com.github.jsr-330/config-json/
implementation ("com.github.jsr-330:config-json:1.1.0")
'com.github.jsr-330:config-json:jar:1.1.0'
<dependency org="com.github.jsr-330" name="config-json" rev="1.1.0">
<artifact name="config-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr-330', module='config-json', version='1.1.0')
)
libraryDependencies += "com.github.jsr-330" % "config-json" % "1.1.0"
[com.github.jsr-330/config-json "1.1.0"]