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