h

hibernate4gwt

hibernate4gwt permits you to use your Hibernate POJO (and especiallay the partially loaded ones) in the GWT client side code without pain.
http://hibernate4gwt.sourceforge.net/
The Apache Software License, Version 2.0
Files download
File Operation
hibernate4gwt-1.0.4.jar download
hibernate4gwt-1.0.4.pom download
hibernate4gwt-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.hibernate4gwt</groupId>
  <artifactId>hibernate4gwt</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'net.sf.hibernate4gwt:hibernate4gwt:1.0.4'
Gradle Kotlin
implementation("net.sf.hibernate4gwt:hibernate4gwt:1.0.4")
Scala SBT
libraryDependencies += "net.sf.hibernate4gwt" % "hibernate4gwt" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.hibernate4gwt', module='hibernate4gwt', version='1.0.4')
)
Apache Ivy
<dependency org="net.sf.hibernate4gwt" name="hibernate4gwt" rev="1.0.4" />
Leiningen
[net.sf.hibernate4gwt/hibernate4gwt "1.0.4"]
Apache Buildr
'net.sf.hibernate4gwt:hibernate4gwt:jar:1.0.4'