License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration JSON Data |
GroupId | GroupIdcom.github.dejv78.commons.config |
ArtifactId | ArtifactIdconfig-json |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptiondejv78 :: Commons :: Config :: JSON
Bits of generally handy, mostly (but not exclusively) JavaFX related code.
|
Filename | Size |
---|---|
config-json-1.1.0.pom | |
config-json-1.1.0.jar | 4 KB |
config-json-1.1.0-sources.jar | 1 KB |
config-json-1.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dejv78.commons.config/config-json/ -->
<dependency>
<groupId>com.github.dejv78.commons.config</groupId>
<artifactId>config-json</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dejv78.commons.config/config-json/
implementation 'com.github.dejv78.commons.config:config-json:1.1.0'
// https://jarcasting.com/artifacts/com.github.dejv78.commons.config/config-json/
implementation ("com.github.dejv78.commons.config:config-json:1.1.0")
'com.github.dejv78.commons.config:config-json:jar:1.1.0'
<dependency org="com.github.dejv78.commons.config" name="config-json" rev="1.1.0">
<artifact name="config-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dejv78.commons.config', module='config-json', version='1.1.0')
)
libraryDependencies += "com.github.dejv78.commons.config" % "config-json" % "1.1.0"
[com.github.dejv78.commons.config/config-json "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.2 |
com.github.dejv78.commons.config : config | jar | 1.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |