| License |
License |
|---|---|
| GroupId | GroupIdcom.teamunify |
| ArtifactId | ArtifactIdeasy-i18n |
| Version | Version0.9.11 |
| Type | Typejar |
| Description |
DescriptionTeamUnify easy-i18n
A library for making i18n easier on the JVM
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| easy-i18n-0.9.11.pom | |
| easy-i18n-0.9.11.jar | 28 KB |
| easy-i18n-0.9.11-sources.jar | 26 KB |
| easy-i18n-0.9.11-javadoc.jar | 128 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.teamunify/easy-i18n/ -->
<dependency>
<groupId>com.teamunify</groupId>
<artifactId>easy-i18n</artifactId>
<version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.teamunify/easy-i18n/
implementation 'com.teamunify:easy-i18n:0.9.11'
// https://jarcasting.com/artifacts/com.teamunify/easy-i18n/
implementation ("com.teamunify:easy-i18n:0.9.11")
'com.teamunify:easy-i18n:jar:0.9.11'
<dependency org="com.teamunify" name="easy-i18n" rev="0.9.11">
<artifact name="easy-i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teamunify', module='easy-i18n', version='0.9.11')
)
libraryDependencies += "com.teamunify" % "easy-i18n" % "0.9.11"
[com.teamunify/easy-i18n "0.9.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.5 |
| org.gnu.gettext : libintl | jar | 0.18.2 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |
| org.mockito : mockito-core | jar | 1.9.5 |