License |
License |
---|---|
GroupId | GroupIdcom.googlecode.gettext-commons |
ArtifactId | ArtifactIdgettext-commons |
Last Version | Last Version0.9.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGettext Commons
A library that supports gettext-based internationalization
(i18n) of Java applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gettext-commons-0.9.8.pom | |
gettext-commons-0.9.8.jar | 17 KB |
gettext-commons-0.9.8-sources.jar | 13 KB |
gettext-commons-0.9.8-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gettext-commons/gettext-commons/ -->
<dependency>
<groupId>com.googlecode.gettext-commons</groupId>
<artifactId>gettext-commons</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gettext-commons/gettext-commons/
implementation 'com.googlecode.gettext-commons:gettext-commons:0.9.8'
// https://jarcasting.com/artifacts/com.googlecode.gettext-commons/gettext-commons/
implementation ("com.googlecode.gettext-commons:gettext-commons:0.9.8")
'com.googlecode.gettext-commons:gettext-commons:jar:0.9.8'
<dependency org="com.googlecode.gettext-commons" name="gettext-commons" rev="0.9.8">
<artifact name="gettext-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gettext-commons', module='gettext-commons', version='0.9.8')
)
libraryDependencies += "com.googlecode.gettext-commons" % "gettext-commons" % "0.9.8"
[com.googlecode.gettext-commons/gettext-commons "0.9.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |