License |
License |
---|---|
GroupId | GroupIdorg.microjpa |
ArtifactId | ArtifactIdmicrojpa |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicroJPA
A framework to support resource local EntityManagers for injection into
@PersistenceContext injection points.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
microjpa-1.2.2.pom | |
microjpa-1.2.2.jar | 19 KB |
microjpa-1.2.2-sources.jar | 9 KB |
microjpa-1.2.2-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microjpa/microjpa/ -->
<dependency>
<groupId>org.microjpa</groupId>
<artifactId>microjpa</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.microjpa/microjpa/
implementation 'org.microjpa:microjpa:1.2.2'
// https://jarcasting.com/artifacts/org.microjpa/microjpa/
implementation ("org.microjpa:microjpa:1.2.2")
'org.microjpa:microjpa:jar:1.2.2'
<dependency org="org.microjpa" name="microjpa" rev="1.2.2">
<artifact name="microjpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microjpa', module='microjpa', version='1.2.2')
)
libraryDependencies += "org.microjpa" % "microjpa" % "1.2.2"
[org.microjpa/microjpa "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
jakarta.persistence : jakarta.persistence-api | jar | 2.2.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.apache.deltaspike.cdictrl : deltaspike-cdictrl-api | jar | 1.9.4 |
org.hibernate : hibernate-entitymanager | jar | 5.4.21.Final |
com.h2database : h2 | jar | 2.1.210 |