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