| Categories | CategoriesORM Data Hibernate | 
|---|---|
| GroupId | GroupIdcom.revolsys.open | 
| ArtifactId | ArtifactIdcom.revolsys.open.orm.hibernate | 
| Version | Version2011.11.16.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.orm.hibernate/ -->
<dependency>
    <groupId>com.revolsys.open</groupId>
    <artifactId>com.revolsys.open.orm.hibernate</artifactId>
    <version>2011.11.16.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.orm.hibernate/
implementation 'com.revolsys.open:com.revolsys.open.orm.hibernate:2011.11.16.RELEASE'// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.orm.hibernate/
implementation ("com.revolsys.open:com.revolsys.open.orm.hibernate:2011.11.16.RELEASE")'com.revolsys.open:com.revolsys.open.orm.hibernate:jar:2011.11.16.RELEASE'<dependency org="com.revolsys.open" name="com.revolsys.open.orm.hibernate" rev="2011.11.16.RELEASE">
  <artifact name="com.revolsys.open.orm.hibernate" type="jar" />
</dependency>@Grapes(
@Grab(group='com.revolsys.open', module='com.revolsys.open.orm.hibernate', version='2011.11.16.RELEASE')
)libraryDependencies += "com.revolsys.open" % "com.revolsys.open.orm.hibernate" % "2011.11.16.RELEASE"[com.revolsys.open/com.revolsys.open.orm.hibernate "2011.11.16.RELEASE"]