License |
License |
---|---|
GroupId | GroupIddev.akkinoc.util |
ArtifactId | ArtifactIdyaml-resource-bundle |
Version | Version2.1.0 |
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.1.0.pom | |
yaml-resource-bundle-2.1.0.jar | 20 KB |
yaml-resource-bundle-2.1.0-sources.jar | 5 KB |
yaml-resource-bundle-2.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.akkinoc.util/yaml-resource-bundle/
implementation 'dev.akkinoc.util:yaml-resource-bundle:2.1.0'
// https://jarcasting.com/artifacts/dev.akkinoc.util/yaml-resource-bundle/
implementation ("dev.akkinoc.util:yaml-resource-bundle:2.1.0")
'dev.akkinoc.util:yaml-resource-bundle:jar:2.1.0'
<dependency org="dev.akkinoc.util" name="yaml-resource-bundle" rev="2.1.0">
<artifact name="yaml-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.akkinoc.util', module='yaml-resource-bundle', version='2.1.0')
)
libraryDependencies += "dev.akkinoc.util" % "yaml-resource-bundle" % "2.1.0"
[dev.akkinoc.util/yaml-resource-bundle "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
org.yaml : snakeyaml | jar | 1.29 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
io.kotest : kotest-assertions-core-jvm | jar | 4.6.3 |