| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dadrus.jpa-unit |
| ArtifactId | ArtifactIdjpa-unit-test-model |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
DescriptionJPA Unit - Test Model
JUnit extension for simple testing of JPA entities and components
|
| Filename | Size |
|---|---|
| jpa-unit-test-model-0.1.0.pom | |
| jpa-unit-test-model-0.1.0.jar | 17 KB |
| jpa-unit-test-model-0.1.0-sources.jar | 11 KB |
| jpa-unit-test-model-0.1.0-javadoc.jar | 88 KB |
| Browse |
<!-- 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"]
| 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 |