h

hibernate-jpa-2.1-api

Clean-room definition of JPA 2.1 APIs intended for transitory use in Hibernate JPA 2.1 implementation. See README.md for details
http://hibernate.org
Eclipse Public License (EPL), Version 1.0 Eclipse Distribution License (EDL), Version 1.0
Emmanuel Bernard Hardy Ferentschik Steve Ebersole
Files download
File Operation
hibernate-jpa-2.1-api-1.0.0.Draft-7plus.jar download
hibernate-jpa-2.1-api-1.0.0.Draft-7plus.pom download
hibernate-jpa-2.1-api-1.0.0.Draft-7plus-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate.javax.persistence</groupId>
  <artifactId>hibernate-jpa-2.1-api</artifactId>
  <version>1.0.0.Draft-7plus</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Draft-7plus'
Gradle Kotlin
implementation("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Draft-7plus")
Scala SBT
libraryDependencies += "org.hibernate.javax.persistence" % "hibernate-jpa-2.1-api" % "1.0.0.Draft-7plus"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate.javax.persistence', module='hibernate-jpa-2.1-api', version='1.0.0.Draft-7plus')
)
Apache Ivy
<dependency org="org.hibernate.javax.persistence" name="hibernate-jpa-2.1-api" rev="1.0.0.Draft-7plus" />
Leiningen
[org.hibernate.javax.persistence/hibernate-jpa-2.1-api "1.0.0.Draft-7plus"]
Apache Buildr
'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Draft-7plus'
Dependencies
The project has no third-party dependencies