r

resource-bundles-data

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.
https://github.com/lightblueseas/resource-bundles-data
MIT License
Asterios Raptis
Files download
File Operation
resource-bundles-data-5.4.pom download
Apache Maven
<dependency>
  <groupId>de.alpharogroup</groupId>
  <artifactId>resource-bundles-data</artifactId>
  <version>5.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.alpharogroup:resource-bundles-data:5.4'
Gradle Kotlin
implementation("de.alpharogroup:resource-bundles-data:5.4")
Scala SBT
libraryDependencies += "de.alpharogroup" % "resource-bundles-data" % "5.4"
Groovy Grape
@Grapes(
  @Grab(group='de.alpharogroup', module='resource-bundles-data', version='5.4')
)
Apache Ivy
<dependency org="de.alpharogroup" name="resource-bundles-data" rev="5.4" />
Leiningen
[de.alpharogroup/resource-bundles-data "5.4"]
Apache Buildr
'de.alpharogroup:resource-bundles-data:jar:5.4'