License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIdjavax.persistence |
Last Version | Last Version2.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPA API
The Java Persistence API (JPA) : a standard interface-based Java model abstraction of persistence, developed by the JCP.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javax.persistence-2.2.4.pom | |
javax.persistence-2.2.4.jar | 113 KB |
javax.persistence-2.2.4-sources.jar | 195 KB |
javax.persistence-2.2.4-javadoc.jar | 1004 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/javax.persistence/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>javax.persistence</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/javax.persistence/
implementation 'org.datanucleus:javax.persistence:2.2.4'
// https://jarcasting.com/artifacts/org.datanucleus/javax.persistence/
implementation ("org.datanucleus:javax.persistence:2.2.4")
'org.datanucleus:javax.persistence:jar:2.2.4'
<dependency org="org.datanucleus" name="javax.persistence" rev="2.2.4">
<artifact name="javax.persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='javax.persistence', version='2.2.4')
)
libraryDependencies += "org.datanucleus" % "javax.persistence" % "2.2.4"
[org.datanucleus/javax.persistence "2.2.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |