| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.vidageek |
| ArtifactId | ArtifactIdi18n |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioni18n
Simple way to work with i18n on java web applications
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| i18n-0.5.pom | |
| i18n-0.5.jar | 18 KB |
| i18n-0.5-sources.jar | 10 KB |
| i18n-0.5-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.vidageek/i18n/ -->
<dependency>
<groupId>net.vidageek</groupId>
<artifactId>i18n</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.vidageek/i18n/
implementation 'net.vidageek:i18n:0.5'
// https://jarcasting.com/artifacts/net.vidageek/i18n/
implementation ("net.vidageek:i18n:0.5")
'net.vidageek:i18n:jar:0.5'
<dependency org="net.vidageek" name="i18n" rev="0.5">
<artifact name="i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vidageek', module='i18n', version='0.5')
)
libraryDependencies += "net.vidageek" % "i18n" % "0.5"
[net.vidageek/i18n "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.14 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |
| org.mockito : mockito-core | jar | 1.8.0 |