| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.rakugakibox.util |
| ArtifactId | ArtifactIdyaml-resource-bundle |
| Last Version | Last Version1.4 |
| 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 |
<!-- https://jarcasting.com/artifacts/net.rakugakibox.util/yaml-resource-bundle/ -->
<dependency>
<groupId>net.rakugakibox.util</groupId>
<artifactId>yaml-resource-bundle</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.rakugakibox.util/yaml-resource-bundle/
implementation 'net.rakugakibox.util:yaml-resource-bundle:1.4'
// https://jarcasting.com/artifacts/net.rakugakibox.util/yaml-resource-bundle/
implementation ("net.rakugakibox.util:yaml-resource-bundle:1.4")
'net.rakugakibox.util:yaml-resource-bundle:jar:1.4'
<dependency org="net.rakugakibox.util" name="yaml-resource-bundle" rev="1.4">
<artifact name="yaml-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rakugakibox.util', module='yaml-resource-bundle', version='1.4')
)
libraryDependencies += "net.rakugakibox.util" % "yaml-resource-bundle" % "1.4"
[net.rakugakibox.util/yaml-resource-bundle "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.yaml : snakeyaml | jar | 1.28 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.2.0 |