| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dadrus.jpa-unit |
| Идентификатор | Идентификаторjpa-unit |
| Версия | Версия0.4.0 |
| Тип | Типpom |
| Описание |
ОписаниеJPA Unit
JUnit extension for simple testing of JPA entities and components
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jpa-unit-0.4.0.pom | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit/ -->
<dependency>
<groupId>com.github.dadrus.jpa-unit</groupId>
<artifactId>jpa-unit</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit/
implementation 'com.github.dadrus.jpa-unit:jpa-unit:0.4.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit/
implementation ("com.github.dadrus.jpa-unit:jpa-unit:0.4.0")
'com.github.dadrus.jpa-unit:jpa-unit:pom:0.4.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit" rev="0.4.0">
<artifact name="jpa-unit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit', version='0.4.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit" % "0.4.0"
[com.github.dadrus.jpa-unit/jpa-unit "0.4.0"]