| Лицензия |
Лицензия
Apache License 2.0
|
|---|---|
| Группа | Группаch.fortysix |
| Идентификатор | Идентификаторresource-bundle-gen |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеResource Bundle Generator
ResourceBundle Generator is a small Java Annotation Processor (JSR-269) generating a class to ease the access to java resource bundles.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| resource-bundle-gen-0.0.3.pom | 6 KB |
| Обзор |
<!-- 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"]