Last Version

Java Persistence API, Version 2.1 1.0.2.Final

Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation. See README.md for details

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.javax.persistence
ArtifactId

ArtifactId

hibernate-jpa-2.1-api
Version

Version

1.0.2.Final
Type

Type

jar
Description

Description

Java Persistence API, Version 2.1
Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation. See README.md for details
Project URL

Project URL

http://hibernate.org
Source Code Management

Source Code Management

http://github.com/hibernate/hibernate-jpa-api

Download hibernate-jpa-2.1-api 1.0.2.Final


<!-- https://jarcasting.com/artifacts/org.hibernate.javax.persistence/hibernate-jpa-2.1-api/ -->
<dependency>
    <groupId>org.hibernate.javax.persistence</groupId>
    <artifactId>hibernate-jpa-2.1-api</artifactId>
    <version>1.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.javax.persistence/hibernate-jpa-2.1-api/
implementation 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final'
// https://jarcasting.com/artifacts/org.hibernate.javax.persistence/hibernate-jpa-2.1-api/
implementation ("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final")
'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.2.Final'
<dependency org="org.hibernate.javax.persistence" name="hibernate-jpa-2.1-api" rev="1.0.2.Final">
  <artifact name="hibernate-jpa-2.1-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.javax.persistence', module='hibernate-jpa-2.1-api', version='1.0.2.Final')
)
libraryDependencies += "org.hibernate.javax.persistence" % "hibernate-jpa-2.1-api" % "1.0.2.Final"
[org.hibernate.javax.persistence/hibernate-jpa-2.1-api "1.0.2.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.