License |
License |
---|---|
GroupId | GroupIdorg.fedorahosted.tennera |
ArtifactId | ArtifactIdjgettext |
Last Version | Last Version0.15.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGettext
JGettext provides the ability to read/parse and write GNU Gettext catalog files (PO and POT files)
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jgettext-0.15.1.pom | |
jgettext-0.15.1.jar | 53 KB |
jgettext-0.15.1-sources.jar | 32 KB |
jgettext-0.15.1-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fedorahosted.tennera/jgettext/ -->
<dependency>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>jgettext</artifactId>
<version>0.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fedorahosted.tennera/jgettext/
implementation 'org.fedorahosted.tennera:jgettext:0.15.1'
// https://jarcasting.com/artifacts/org.fedorahosted.tennera/jgettext/
implementation ("org.fedorahosted.tennera:jgettext:0.15.1")
'org.fedorahosted.tennera:jgettext:jar:0.15.1'
<dependency org="org.fedorahosted.tennera" name="jgettext" rev="0.15.1">
<artifact name="jgettext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fedorahosted.tennera', module='jgettext', version='0.15.1')
)
libraryDependencies += "org.fedorahosted.tennera" % "jgettext" % "0.15.1"
[org.fedorahosted.tennera/jgettext "0.15.1"]
Group / Artifact | Type | Version |
---|---|---|
antlr : antlr | jar | 2.7.7 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |