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