Translations
Provides methods for internationalization of code.
Can be built and run using the Eclipse IDE.
License |
License |
---|---|
GroupId | GroupIdde.keawe |
ArtifactId | ArtifactIdtools.translations |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTranslations
A class for Map-based translations
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tools.translations-1.1.2.pom | |
tools.translations-1.1.2.jar | 6 KB |
tools.translations-1.1.2-sources.jar | 3 KB |
tools.translations-1.1.2-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.keawe/tools.translations/ -->
<dependency>
<groupId>de.keawe</groupId>
<artifactId>tools.translations</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.keawe/tools.translations/
implementation 'de.keawe:tools.translations:1.1.2'
// https://jarcasting.com/artifacts/de.keawe/tools.translations/
implementation ("de.keawe:tools.translations:1.1.2")
'de.keawe:tools.translations:jar:1.1.2'
<dependency org="de.keawe" name="tools.translations" rev="1.1.2">
<artifact name="tools.translations" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.keawe', module='tools.translations', version='1.1.2')
)
libraryDependencies += "de.keawe" % "tools.translations" % "1.1.2"
[de.keawe/tools.translations "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Provides methods for internationalization of code.
Can be built and run using the Eclipse IDE.