| Лицензия |
Лицензия
Apache License 2.0
|
|---|---|
| Группа | Группаch.fortysix |
| Идентификатор | Идентификаторresource-bundle-test |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеresource-bundle-test
ResourceBundle Generator is a small Java Annotation Processor (JSR-269) generating a class to ease the access to java resource bundles.
|
| Имя Файла | Размер |
|---|---|
| resource-bundle-test-0.0.2.pom | |
| resource-bundle-test-0.0.2.jar | 8 KB |
| resource-bundle-test-0.0.2-sources.jar | 5 KB |
| resource-bundle-test-0.0.2-javadoc.jar | 404 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.fortysix : resource-bundle-processor Необязательный | jar | 0.0.2 |
| org.apache.commons : commons-text | jar | 1.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |