is not current version
Last Version 5.4

de.alpharogroup:resource-bundles-data 3.11.0

This project provides Java resource bundles(i18n) that can be saved to your prefered database and load back. It is kept simple and have only one table in the database. There is also restful web services provided for providing resource bundles also for the web and can be used also with other languages than java.

Categories

Categories

Data
GroupId

GroupId

de.alpharogroup
ArtifactId

ArtifactId

resource-bundles-data
Version

Version

3.11.0
Type

Type

pom

Download resource-bundles-data 3.11.0


<!-- https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-data/ -->
<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>resource-bundles-data</artifactId>
    <version>3.11.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-data/
implementation 'de.alpharogroup:resource-bundles-data:3.11.0'
// https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-data/
implementation ("de.alpharogroup:resource-bundles-data:3.11.0")
'de.alpharogroup:resource-bundles-data:pom:3.11.0'
<dependency org="de.alpharogroup" name="resource-bundles-data" rev="3.11.0">
  <artifact name="resource-bundles-data" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='resource-bundles-data', version='3.11.0')
)
libraryDependencies += "de.alpharogroup" % "resource-bundles-data" % "3.11.0"
[de.alpharogroup/resource-bundles-data "3.11.0"]