| License |
License
Apache License 2.0
|
|---|---|
| GroupId | GroupIdch.fortysix |
| ArtifactId | ArtifactIdresource-bundle-test |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionresource-bundle-test
ResourceBundle Generator is a small Java Annotation Processor (JSR-269) generating a class to ease the access to java resource bundles.
|
<!-- https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-test/ -->
<dependency>
<groupId>ch.fortysix</groupId>
<artifactId>resource-bundle-test</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-test/
implementation 'ch.fortysix:resource-bundle-test:0.0.2'
// https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-test/
implementation ("ch.fortysix:resource-bundle-test:0.0.2")
'ch.fortysix:resource-bundle-test:jar:0.0.2'
<dependency org="ch.fortysix" name="resource-bundle-test" rev="0.0.2">
<artifact name="resource-bundle-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.fortysix', module='resource-bundle-test', version='0.0.2')
)
libraryDependencies += "ch.fortysix" % "resource-bundle-test" % "0.0.2"
[ch.fortysix/resource-bundle-test "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.fortysix : resource-bundle-processor Optional | jar | 0.0.2 |
| org.apache.commons : commons-text | jar | 1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |