License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdde.alpharogroup |
ArtifactId | ArtifactIdresource-bundles-rest-client |
Last Version | Last Version5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis 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 Organization |
Project OrganizationAlpha Ro Group UG (haftungsbeschrängt) |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-rest-client/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>resource-bundles-rest-client</artifactId>
<version>5.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-rest-client/
implementation 'de.alpharogroup:resource-bundles-rest-client:5.4'
// https://jarcasting.com/artifacts/de.alpharogroup/resource-bundles-rest-client/
implementation ("de.alpharogroup:resource-bundles-rest-client:5.4")
'de.alpharogroup:resource-bundles-rest-client:jar:5.4'
<dependency org="de.alpharogroup" name="resource-bundles-rest-client" rev="5.4">
<artifact name="resource-bundles-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='resource-bundles-rest-client', version='5.4')
)
libraryDependencies += "de.alpharogroup" % "resource-bundles-rest-client" % "5.4"
[de.alpharogroup/resource-bundles-rest-client "5.4"]
Group / Artifact | Type | Version |
---|---|---|
de.alpharogroup : rest-client | jar | 6.5 |
de.alpharogroup : resource-bundles-rest-api | jar | 5.4 |
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 |