Last Version

JPA Unit - Test Model 0.1.0

JUnit extension for simple testing of JPA entities and components

License

License

GroupId

GroupId

com.github.dadrus.jpa-unit
ArtifactId

ArtifactId

jpa-unit-test-model
Version

Version

0.1.0
Type

Type

jar
Description

Description

JPA Unit - Test Model
JUnit extension for simple testing of JPA entities and components

Download jpa-unit-test-model 0.1.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.deltaspike.modules : deltaspike-data-module-impl jar 1.7.2
org.apache.commons : commons-lang3 jar 3.3
org.hibernate.javax.persistence : hibernate-jpa-2.1-api Optional jar 1.0.0.Final
javax.enterprise : cdi-api jar 1.2

Project Modules

There are no modules declared in this project.