is not current version
Last Version 0.0.3

ch.fortysix:resource-bundle-gen 0.0.2

ResourceBundle Generator is a small Java Annotation Processor (JSR-269) generating a class to ease the access to java resource bundles.

GroupId

GroupId

ch.fortysix
ArtifactId

ArtifactId

resource-bundle-gen
Version

Version

0.0.2
Type

Type

pom

Download resource-bundle-gen 0.0.2


<!-- https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-gen/ -->
<dependency>
    <groupId>ch.fortysix</groupId>
    <artifactId>resource-bundle-gen</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-gen/
implementation 'ch.fortysix:resource-bundle-gen:0.0.2'
// https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-gen/
implementation ("ch.fortysix:resource-bundle-gen:0.0.2")
'ch.fortysix:resource-bundle-gen:pom:0.0.2'
<dependency org="ch.fortysix" name="resource-bundle-gen" rev="0.0.2">
  <artifact name="resource-bundle-gen" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.fortysix', module='resource-bundle-gen', version='0.0.2')
)
libraryDependencies += "ch.fortysix" % "resource-bundle-gen" % "0.0.2"
[ch.fortysix/resource-bundle-gen "0.0.2"]