License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdde.alpharogroup |
ArtifactId | ArtifactIdresource-bundles-data |
Last Version | Last Version5.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionresource-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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationAlpha Ro Group UG (haftungsbeschrängt) |
Filename | Size |
---|---|
resource-bundles-data-5.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-data/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>resource-bundles-data</artifactId>
<version>5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-data/
implementation 'de.alpharogroup:resource-bundles-data:5.4'
// https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-data/
implementation ("de.alpharogroup:resource-bundles-data:5.4")
'de.alpharogroup:resource-bundles-data:pom:5.4'
<dependency org="de.alpharogroup" name="resource-bundles-data" rev="5.4">
<artifact name="resource-bundles-data" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='resource-bundles-data', version='5.4')
)
libraryDependencies += "de.alpharogroup" % "resource-bundles-data" % "5.4"
[de.alpharogroup/resource-bundles-data "5.4"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
org.apache.logging.log4j : log4j-api | jar | 2.11.0 |
org.apache.logging.log4j : log4j-core | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.20.1 |