resource-bundle-processor

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-processor
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download resource-bundle-processor

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
ch.fortysix : resource-bundle-annotation jar 0.0.3
org.apache.commons : commons-text jar 1.9

provided (1)

Group / Artifact Type Version
com.google.auto.service : auto-service jar 1.0-rc2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2