MVN

de.alpharogroup : resource-bundles-data

Maven & Gradle

Sep 13, 2018

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.

<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>resource-bundles-data</artifactId>
    <version>5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.alpharogroup : resource-bundles-data to add to Maven - Latest Versions:

  • Latest Stable: 5.4

All Versions

Choose a version of de.alpharogroup : resource-bundles-data to add to Maven - All Versions:

Version Vulnerabilities Updated
5.4
resource-bundles-data-5.4
5.3.x
resource-bundles-data-5.3.0
5.2.x
resource-bundles-data-5.2.0
5.1.x
resource-bundles-data-5.1.0
5.0.x
resource-bundles-data-5.0.0
3.14.x
resource-bundles-data-3.14.0
3.12.x
resource-bundles-data-3.12.2
resource-bundles-data-3.12.0
3.11.x
resource-bundles-data-3.11.0
3.6.x
resource-bundles-data-3.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>resource-bundles-data</artifactId>
    <version>5.4</version>
</dependency>

Advertisement