MVN

com.revolsys.open : com.revolsys.open.orm.hibernate

Maven & Gradle

May 28, 2012
1 usages
4 stars

RS ORM Hibernate

<dependency>
    <groupId>com.revolsys.open</groupId>
    <artifactId>com.revolsys.open.orm.hibernate</artifactId>
    <version>2012.05.28.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.revolsys.open : com.revolsys.open.orm.hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2012.05.28.RELEASE

All Versions

Choose a version of com.revolsys.open : com.revolsys.open.orm.hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2012.05.x
com.revolsys.open.orm.hibernate-2012.05.28.RELEASE
2012.04.x
com.revolsys.open.orm.hibernate-2012.04.27.RELEASE
com.revolsys.open.orm.hibernate-2012.04.25.RELEASE
com.revolsys.open.orm.hibernate-2012.04.24.RELEASE
2012.03.x
com.revolsys.open.orm.hibernate-2012.03.29.RELEASE
2012.02.x
com.revolsys.open.orm.hibernate-2012.02.17.RELEASE
com.revolsys.open.orm.hibernate-2012.02.16.RELEASE
2011.11.x
com.revolsys.open.orm.hibernate-2011.11.17.RELEASE
com.revolsys.open.orm.hibernate-2011.11.16.RELEASE
com.revolsys.open.orm.hibernate-2011.11.07.RELEASE

How to add a dependency to Maven

Add the following com.revolsys.open : com.revolsys.open.orm.hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.revolsys.open</groupId>
    <artifactId>com.revolsys.open.orm.hibernate</artifactId>
    <version>2012.05.28.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.revolsys.open : com.revolsys.open.orm.hibernate gradle dependency to your build.gradle file:

implementation 'com.revolsys.open:com.revolsys.open.orm.hibernate:2012.05.28.RELEASE'

Gradle Kotlin DSL: Add the following com.revolsys.open : com.revolsys.open.orm.hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.revolsys.open:com.revolsys.open.orm.hibernate:2012.05.28.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.revolsys.open : com.revolsys.open.orm.hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.revolsys.open" % "com.revolsys.open.orm.hibernate" % "2012.05.28.RELEASE"

Advertisement