GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdconf-yaml |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
conf-yaml-2.1.1.pom | |
conf-yaml-2.1.1.jar | 362 KB |
conf-yaml-2.1.1-sources.jar | 4 KB |
conf-yaml-2.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/conf-yaml/
implementation 'io.github.shiruka:conf-yaml:2.1.1'
// https://jarcasting.com/artifacts/io.github.shiruka/conf-yaml/
implementation ("io.github.shiruka:conf-yaml:2.1.1")
'io.github.shiruka:conf-yaml:jar:2.1.1'
<dependency org="io.github.shiruka" name="conf-yaml" rev="2.1.1">
<artifact name="conf-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='conf-yaml', version='2.1.1')
)
libraryDependencies += "io.github.shiruka" % "conf-yaml" % "2.1.1"
[io.github.shiruka/conf-yaml "2.1.1"]