GroupId | GroupIdcom.github.dadrus.jpa-unit |
---|---|
ArtifactId | ArtifactIdjpa-unit |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
jpa-unit-0.3.0.pom | 27 KB |
Browse |
<!-- 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.3.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.3.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit/
implementation ("com.github.dadrus.jpa-unit:jpa-unit:0.3.0")
'com.github.dadrus.jpa-unit:jpa-unit:pom:0.3.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit" rev="0.3.0">
<artifact name="jpa-unit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit', version='0.3.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit" % "0.3.0"
[com.github.dadrus.jpa-unit/jpa-unit "0.3.0"]