License |
License
GNU Lesser General Public License, Version 2.1
|
---|---|
GroupId | GroupIdcom.mysema.l10n |
ArtifactId | ArtifactIdl10n |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionMysema l10n utils
Localization utilities
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
l10n-0.1.1.pom | |
l10n-0.1.1.jar | 23 KB |
l10n-0.1.1-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mysema.l10n/l10n/ -->
<dependency>
<groupId>com.mysema.l10n</groupId>
<artifactId>l10n</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.l10n/l10n/
implementation 'com.mysema.l10n:l10n:0.1.1'
// https://jarcasting.com/artifacts/com.mysema.l10n/l10n/
implementation ("com.mysema.l10n:l10n:0.1.1")
'com.mysema.l10n:l10n:jar:0.1.1'
<dependency org="com.mysema.l10n" name="l10n" rev="0.1.1">
<artifact name="l10n" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.l10n', module='l10n', version='0.1.1')
)
libraryDependencies += "com.mysema.l10n" % "l10n" % "0.1.1"
[com.mysema.l10n/l10n "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.14 |
org.slf4j : slf4j-log4j12 | jar | 1.3.1 |
commons-lang : commons-lang | jar | 2.3 |
net.sourceforge.collections : collections-generic | jar | 4.01 |
commons-io : commons-io | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |