| License |
License |
|---|---|
| GroupId | GroupIdde.malkusch.localized |
| ArtifactId | ArtifactIdlocalized |
| Last Version | Last Version0.2.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLocalized
Localized is an i18n extension for Hibernate. The @Localized
annotation provides transparent i18n support on
@Entity properties.
|
| Filename | Size |
|---|---|
| localized-0.2.9.pom | |
| localized-0.2.9.jar | 19 KB |
| localized-0.2.9-sources.jar | 14 KB |
| localized-0.2.9-javadoc.jar | 135 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.malkusch.localized/localized/ -->
<dependency>
<groupId>de.malkusch.localized</groupId>
<artifactId>localized</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/de.malkusch.localized/localized/
implementation 'de.malkusch.localized:localized:0.2.9'
// https://jarcasting.com/artifacts/de.malkusch.localized/localized/
implementation ("de.malkusch.localized:localized:0.2.9")
'de.malkusch.localized:localized:jar:0.2.9'
<dependency org="de.malkusch.localized" name="localized" rev="0.2.9">
<artifact name="localized" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.malkusch.localized', module='localized', version='0.2.9')
)
libraryDependencies += "de.malkusch.localized" % "localized" % "0.2.9"
[de.malkusch.localized/localized "0.2.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core | jar | 4.3.0.CR1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context Optional | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.h2database : h2 | jar | 1.3.159 |
| uk.org.lidalia : slf4j-test | jar | 1.0.1 |