License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdedu.byu.hbll |
ArtifactId | ArtifactIdconfig |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionedu.byu.hbll:config
The config library provides support for loading YAML configurations into an application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-3.2.0.pom | |
config-3.2.0.jar | 4 KB |
config-3.2.0-sources.jar | 4 KB |
config-3.2.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll/config/ -->
<dependency>
<groupId>edu.byu.hbll</groupId>
<artifactId>config</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll/config/
implementation 'edu.byu.hbll:config:3.2.0'
// https://jarcasting.com/artifacts/edu.byu.hbll/config/
implementation ("edu.byu.hbll:config:3.2.0")
'edu.byu.hbll:config:jar:3.2.0'
<dependency org="edu.byu.hbll" name="config" rev="3.2.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll', module='config', version='3.2.0')
)
libraryDependencies += "edu.byu.hbll" % "config" % "3.2.0"
[edu.byu.hbll/config "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.8.7 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.7 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.8.7 |
org.yaml : snakeyaml | jar | 1.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |