GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdconf-yaml |
Version | Version1.2.8 |
Type | Typejar |
Filename | Size |
---|---|
conf-yaml-1.2.8.pom | |
conf-yaml-1.2.8.jar | 356 KB |
conf-yaml-1.2.8-sources.jar | 3 KB |
conf-yaml-1.2.8-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/conf-yaml/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>conf-yaml</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/conf-yaml/
implementation 'io.github.shiruka:conf-yaml:1.2.8'
// https://jarcasting.com/artifacts/io.github.shiruka/conf-yaml/
implementation ("io.github.shiruka:conf-yaml:1.2.8")
'io.github.shiruka:conf-yaml:jar:1.2.8'
<dependency org="io.github.shiruka" name="conf-yaml" rev="1.2.8">
<artifact name="conf-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='conf-yaml', version='1.2.8')
)
libraryDependencies += "io.github.shiruka" % "conf-yaml" % "1.2.8"
[io.github.shiruka/conf-yaml "1.2.8"]