is not current version
Last Version 0.2

net.jhorstmann:i18n 0.1

Gettext based framework for i18n in Java and JSF applications

Categories

Categories

Net
GroupId

GroupId

net.jhorstmann
ArtifactId

ArtifactId

i18n
Version

Version

0.1
Type

Type

pom

Download i18n 0.1

Filename Size
i18n-0.1.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/net.jhorstmann/i18n/ -->
<dependency>
    <groupId>net.jhorstmann</groupId>
    <artifactId>i18n</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.jhorstmann/i18n/
implementation 'net.jhorstmann:i18n:0.1'
// https://jarcasting.com/artifacts/net.jhorstmann/i18n/
implementation ("net.jhorstmann:i18n:0.1")
'net.jhorstmann:i18n:pom:0.1'
<dependency org="net.jhorstmann" name="i18n" rev="0.1">
  <artifact name="i18n" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.jhorstmann', module='i18n', version='0.1')
)
libraryDependencies += "net.jhorstmann" % "i18n" % "0.1"
[net.jhorstmann/i18n "0.1"]