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