Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.joeyb.undercarriage |
ArtifactId | ArtifactIdconfig-yaml |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
config-yaml-1.3.2.pom | |
config-yaml-1.3.2.jar | 7 KB |
config-yaml-1.3.2-sources.jar | 4 KB |
config-yaml-1.3.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/config-yaml/ -->
<dependency>
<groupId>org.joeyb.undercarriage</groupId>
<artifactId>config-yaml</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/config-yaml/
implementation 'org.joeyb.undercarriage:config-yaml:1.3.2'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/config-yaml/
implementation ("org.joeyb.undercarriage:config-yaml:1.3.2")
'org.joeyb.undercarriage:config-yaml:jar:1.3.2'
<dependency org="org.joeyb.undercarriage" name="config-yaml" rev="1.3.2">
<artifact name="config-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='config-yaml', version='1.3.2')
)
libraryDependencies += "org.joeyb.undercarriage" % "config-yaml" % "1.3.2"
[org.joeyb.undercarriage/config-yaml "1.3.2"]