Last Version

edu.byu.hbll:config 3.2.0

The config library provides support for loading YAML configurations into an application.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

edu.byu.hbll
ArtifactId

ArtifactId

config
Version

Version

3.2.0
Type

Type

jar
Description

Description

edu.byu.hbll:config
The config library provides support for loading YAML configurations into an application.
Project URL

Project URL

https://bitbucket.org/byuhbll/lib-java-config
Source Code Management

Source Code Management

https://bitbucket.org/byuhbll/lib-java-config

Download config 3.2.0


<!-- 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"]

Dependencies

compile (5)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.