Localized

Localized is an i18n extension for Hibernate. The @Localized annotation provides transparent i18n support on @Entity properties.

License

License

GroupId

GroupId

de.malkusch.localized
ArtifactId

ArtifactId

localized
Last Version

Last Version

0.2.9
Release Date

Release Date

Type

Type

jar
Description

Description

Localized
Localized is an i18n extension for Hibernate. The @Localized annotation provides transparent i18n support on @Entity properties.

Download localized

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.3.0.CR1
org.slf4j : slf4j-api jar 1.7.5

provided (1)

Group / Artifact Type Version
org.springframework : spring-context Optional jar 1.2

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.9
0.2.8