Last Version

JPA Unit - CDI Extension 0.5.0

Makes JPA Unit usable in CDI test environment

License

License

GroupId

GroupId

com.github.dadrus.jpa-unit
ArtifactId

ArtifactId

jpa-unit-cdi
Version

Version

0.5.0
Type

Type

jar
Description

Description

JPA Unit - CDI Extension
Makes JPA Unit usable in CDI test environment

Download jpa-unit-cdi 0.5.0


<!-- https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-cdi/ -->
<dependency>
    <groupId>com.github.dadrus.jpa-unit</groupId>
    <artifactId>jpa-unit-cdi</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-cdi/
implementation 'com.github.dadrus.jpa-unit:jpa-unit-cdi:0.5.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-cdi/
implementation ("com.github.dadrus.jpa-unit:jpa-unit-cdi:0.5.0")
'com.github.dadrus.jpa-unit:jpa-unit-cdi:jar:0.5.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit-cdi" rev="0.5.0">
  <artifact name="jpa-unit-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit-cdi', version='0.5.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit-cdi" % "0.5.0"
[com.github.dadrus.jpa-unit/jpa-unit-cdi "0.5.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.dadrus.jpa-unit : jpa-unit-core jar 0.5.0
javax.enterprise : cdi-api Optional jar 1.2
org.hibernate.javax.persistence : hibernate-jpa-2.1-api Optional jar 1.0.0.Final

Project Modules

There are no modules declared in this project.