Resource Bundle Generator

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

License

License

Apache License 2.0
GroupId

GroupId

ch.fortysix
ArtifactId

ArtifactId

resource-bundle-gen
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/imod/resource-bundle-gen

Download resource-bundle-gen

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • resource-bundle-processor
  • resource-bundle-annotation

Versions

Version
0.0.3
0.0.2