License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdme.legrange |
ArtifactId | ArtifactIdyaml-config |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYAML Application Configuration Library
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
yaml-config-2.2.pom | |
yaml-config-2.2.jar | 8 KB |
yaml-config-2.2-sources.jar | 5 KB |
yaml-config-2.2-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.legrange/yaml-config/ -->
<dependency>
<groupId>me.legrange</groupId>
<artifactId>yaml-config</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.legrange/yaml-config/
implementation 'me.legrange:yaml-config:2.2'
// https://jarcasting.com/artifacts/me.legrange/yaml-config/
implementation ("me.legrange:yaml-config:2.2")
'me.legrange:yaml-config:jar:2.2'
<dependency org="me.legrange" name="yaml-config" rev="2.2">
<artifact name="yaml-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.legrange', module='yaml-config', version='2.2')
)
libraryDependencies += "me.legrange" % "yaml-config" % "2.2"
[me.legrange/yaml-config "2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.17 |
javax.validation : validation-api | jar | 2.0.1.Final |
org.hibernate.validator : hibernate-validator | jar | 6.0.13.Final |
org.hibernate.validator : hibernate-validator-annotation-processor | jar | 6.0.13.Final |
javax.el : javax.el-api | jar | 3.0.0 |
org.glassfish.web : javax.el | jar | 2.2.6 |