License |
License |
---|---|
GroupId | GroupIdcom.jukusoft |
ArtifactId | ArtifactIdeasy-i18n-gettext |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionA small library to use GNU gettext() functionalities in Java
|
Filename | Size |
---|---|
easy-i18n-gettext-1.2.0.pom | |
easy-i18n-gettext-1.2.0.jar | 11 KB |
easy-i18n-gettext-1.2.0-sources.jar | 6 KB |
easy-i18n-gettext-1.2.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jukusoft/easy-i18n-gettext/ -->
<dependency>
<groupId>com.jukusoft</groupId>
<artifactId>easy-i18n-gettext</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jukusoft/easy-i18n-gettext/
implementation 'com.jukusoft:easy-i18n-gettext:1.2.0'
// https://jarcasting.com/artifacts/com.jukusoft/easy-i18n-gettext/
implementation ("com.jukusoft:easy-i18n-gettext:1.2.0")
'com.jukusoft:easy-i18n-gettext:jar:1.2.0'
<dependency org="com.jukusoft" name="easy-i18n-gettext" rev="1.2.0">
<artifact name="easy-i18n-gettext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jukusoft', module='easy-i18n-gettext', version='1.2.0')
)
libraryDependencies += "com.jukusoft" % "easy-i18n-gettext" % "1.2.0"
[com.jukusoft/easy-i18n-gettext "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.carrotsearch : hppc | jar | 0.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.2.7 |