| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dadrus.jpa-unit |
| ArtifactId | ArtifactIdjpa-unit-integration-test |
| Version | Version0.1.0 |
| Type | Typepom |
| Description |
DescriptionJPA Unit - Integration Tests
JUnit extension for simple testing of JPA entities and components
|
| Filename | Size |
|---|---|
| jpa-unit-integration-test-0.1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-integration-test/ -->
<dependency>
<groupId>com.github.dadrus.jpa-unit</groupId>
<artifactId>jpa-unit-integration-test</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-integration-test/
implementation 'com.github.dadrus.jpa-unit:jpa-unit-integration-test:0.1.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-integration-test/
implementation ("com.github.dadrus.jpa-unit:jpa-unit-integration-test:0.1.0")
'com.github.dadrus.jpa-unit:jpa-unit-integration-test:pom:0.1.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit-integration-test" rev="0.1.0">
<artifact name="jpa-unit-integration-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit-integration-test', version='0.1.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit-integration-test" % "0.1.0"
[com.github.dadrus.jpa-unit/jpa-unit-integration-test "0.1.0"]