Последняя версия

JPA Unit 0.4.0

JUnit extension for simple testing of JPA entities and components

Лицензия

Лицензия

Группа

Группа

com.github.dadrus.jpa-unit
Идентификатор

Идентификатор

jpa-unit
Версия

Версия

0.4.0
Тип

Тип

pom
Описание

Описание

JPA Unit
JUnit extension for simple testing of JPA entities and components
Ссылка на сайт

Ссылка на сайт

https://github.com/dadrus/jpa-unit
Система контроля версий

Система контроля версий

https://github.com/dadrus/jpa-unit.git

Скачать jpa-unit 0.4.0

Имя Файла Размер
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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • core
  • junit4-extension
  • junit5-extension
  • cucumber
  • concordion
  • cdi
  • rdbms
  • mongodb
  • neo4j
  • integration-test
  • bom