License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jhorstmann |
ArtifactId | ArtifactIdi18n-core |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGettext based framework for i18n in Java and JSF applications
|
Filename | Size |
---|---|
i18n-core-0.2.pom | |
i18n-core-0.2.jar | 15 KB |
i18n-core-0.2-sources.jar | 7 KB |
i18n-core-0.2-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jhorstmann/i18n-core/ -->
<dependency>
<groupId>net.jhorstmann</groupId>
<artifactId>i18n-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.jhorstmann/i18n-core/
implementation 'net.jhorstmann:i18n-core:0.2'
// https://jarcasting.com/artifacts/net.jhorstmann/i18n-core/
implementation ("net.jhorstmann:i18n-core:0.2")
'net.jhorstmann:i18n-core:jar:0.2'
<dependency org="net.jhorstmann" name="i18n-core" rev="0.2">
<artifact name="i18n-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jhorstmann', module='i18n-core', version='0.2')
)
libraryDependencies += "net.jhorstmann" % "i18n-core" % "0.2"
[net.jhorstmann/i18n-core "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.5.11 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.5.11 |
junit : junit | jar | 4.8.2 |