Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdconfigs-yaml |
Version | Version5.11.0 |
Type | Typejar |
Filename | Size |
---|---|
configs-yaml-5.11.0.pom | |
configs-yaml-5.11.0.jar | 1 MB |
configs-yaml-5.11.0-sources.jar | 5 KB |
configs-yaml-5.11.0-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-yaml/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-yaml</artifactId>
<version>5.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-yaml/
implementation 'io.github.portlek:configs-yaml:5.11.0'
// https://jarcasting.com/artifacts/io.github.portlek/configs-yaml/
implementation ("io.github.portlek:configs-yaml:5.11.0")
'io.github.portlek:configs-yaml:jar:5.11.0'
<dependency org="io.github.portlek" name="configs-yaml" rev="5.11.0">
<artifact name="configs-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-yaml', version='5.11.0')
)
libraryDependencies += "io.github.portlek" % "configs-yaml" % "5.11.0"
[io.github.portlek/configs-yaml "5.11.0"]