| Группа | Группаcom.github.dadrus.jpa-unit |
|---|---|
| Идентификатор | Идентификаторjpa-unit-bom |
| Версия | Версия0.4.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jpa-unit-bom-0.4.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-bom/ -->
<dependency>
<groupId>com.github.dadrus.jpa-unit</groupId>
<artifactId>jpa-unit-bom</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-bom/
implementation 'com.github.dadrus.jpa-unit:jpa-unit-bom:0.4.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-bom/
implementation ("com.github.dadrus.jpa-unit:jpa-unit-bom:0.4.0")
'com.github.dadrus.jpa-unit:jpa-unit-bom:pom:0.4.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit-bom" rev="0.4.0">
<artifact name="jpa-unit-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit-bom', version='0.4.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit-bom" % "0.4.0"
[com.github.dadrus.jpa-unit/jpa-unit-bom "0.4.0"]