GroupId | GroupIddev.akkinoc.util |
---|---|
ArtifactId | ArtifactIdyaml-resource-bundle |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
yaml-resource-bundle-2.0.3.pom | |
yaml-resource-bundle-2.0.3.jar | 20 KB |
yaml-resource-bundle-2.0.3-sources.jar | 5 KB |
yaml-resource-bundle-2.0.3-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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.akkinoc.util/yaml-resource-bundle/
implementation 'dev.akkinoc.util:yaml-resource-bundle:2.0.3'
// https://jarcasting.com/artifacts/dev.akkinoc.util/yaml-resource-bundle/
implementation ("dev.akkinoc.util:yaml-resource-bundle:2.0.3")
'dev.akkinoc.util:yaml-resource-bundle:jar:2.0.3'
<dependency org="dev.akkinoc.util" name="yaml-resource-bundle" rev="2.0.3">
<artifact name="yaml-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.akkinoc.util', module='yaml-resource-bundle', version='2.0.3')
)
libraryDependencies += "dev.akkinoc.util" % "yaml-resource-bundle" % "2.0.3"
[dev.akkinoc.util/yaml-resource-bundle "2.0.3"]