License |
License |
---|---|
GroupId | GroupIdorg.gnu.gettext |
ArtifactId | ArtifactIdlibintl |
Last Version | Last Version0.18.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGNU Gettext libintl
The libintl Library for accessing GNU Gettext Java bundles
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libintl-0.18.3.pom | |
libintl-0.18.3.jar | 4 KB |
libintl-0.18.3-sources.jar | 3 KB |
libintl-0.18.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gnu.gettext/libintl/ -->
<dependency>
<groupId>org.gnu.gettext</groupId>
<artifactId>libintl</artifactId>
<version>0.18.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gnu.gettext/libintl/
implementation 'org.gnu.gettext:libintl:0.18.3'
// https://jarcasting.com/artifacts/org.gnu.gettext/libintl/
implementation ("org.gnu.gettext:libintl:0.18.3")
'org.gnu.gettext:libintl:jar:0.18.3'
<dependency org="org.gnu.gettext" name="libintl" rev="0.18.3">
<artifact name="libintl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gnu.gettext', module='libintl', version='0.18.3')
)
libraryDependencies += "org.gnu.gettext" % "libintl" % "0.18.3"
[org.gnu.gettext/libintl "0.18.3"]