Categories |
CategoriesORM Data Hibernate |
---|---|
GroupId | GroupIdcom.revolsys.open |
ArtifactId | ArtifactIdcom.revolsys.open.orm.hibernate |
Version | Version2012.04.25.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>2012.04.25.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.orm.hibernate/
implementation 'com.revolsys.open:com.revolsys.open.orm.hibernate:2012.04.25.RELEASE'
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.orm.hibernate/
implementation ("com.revolsys.open:com.revolsys.open.orm.hibernate:2012.04.25.RELEASE")
'com.revolsys.open:com.revolsys.open.orm.hibernate:jar:2012.04.25.RELEASE'
<dependency org="com.revolsys.open" name="com.revolsys.open.orm.hibernate" rev="2012.04.25.RELEASE">
<artifact name="com.revolsys.open.orm.hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.revolsys.open', module='com.revolsys.open.orm.hibernate', version='2012.04.25.RELEASE')
)
libraryDependencies += "com.revolsys.open" % "com.revolsys.open.orm.hibernate" % "2012.04.25.RELEASE"
[com.revolsys.open/com.revolsys.open.orm.hibernate "2012.04.25.RELEASE"]