License |
License |
---|---|
GroupId | GroupIddev.akkinoc.util |
ArtifactId | ArtifactIdyaml-resource-bundle |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyaml-resource-bundle
Java ResourceBundle for YAML format.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yaml-resource-bundle-2.4.0.pom | |
yaml-resource-bundle-2.4.0.jar | 20 KB |
yaml-resource-bundle-2.4.0-sources.jar | 5 KB |
yaml-resource-bundle-2.4.0-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.akkinoc.util/yaml-resource-bundle/ -->
<dependency>
<groupId>dev.akkinoc.util</groupId>
<artifactId>yaml-resource-bundle</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.akkinoc.util/yaml-resource-bundle/
implementation 'dev.akkinoc.util:yaml-resource-bundle:2.4.0'
// https://jarcasting.com/artifacts/dev.akkinoc.util/yaml-resource-bundle/
implementation ("dev.akkinoc.util:yaml-resource-bundle:2.4.0")
'dev.akkinoc.util:yaml-resource-bundle:jar:2.4.0'
<dependency org="dev.akkinoc.util" name="yaml-resource-bundle" rev="2.4.0">
<artifact name="yaml-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.akkinoc.util', module='yaml-resource-bundle', version='2.4.0')
)
libraryDependencies += "dev.akkinoc.util" % "yaml-resource-bundle" % "2.4.0"
[dev.akkinoc.util/yaml-resource-bundle "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |
org.yaml : snakeyaml | jar | 1.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
io.kotest : kotest-assertions-core-jvm | jar | 5.3.0 |