GroupId | GroupIdcom.github.dbunit-rules |
---|---|
ArtifactId | ArtifactIdjpa |
Version | Version0.4.2 |
Type | Typejar |
Filename | Size |
---|---|
jpa-0.4.2.pom | |
jpa-0.4.2.jar | 6 KB |
jpa-0.4.2-sources.jar | 3 KB |
jpa-0.4.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dbunit-rules/jpa/ -->
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>jpa</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbunit-rules/jpa/
implementation 'com.github.dbunit-rules:jpa:0.4.2'
// https://jarcasting.com/artifacts/com.github.dbunit-rules/jpa/
implementation ("com.github.dbunit-rules:jpa:0.4.2")
'com.github.dbunit-rules:jpa:jar:0.4.2'
<dependency org="com.github.dbunit-rules" name="jpa" rev="0.4.2">
<artifact name="jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dbunit-rules', module='jpa', version='0.4.2')
)
libraryDependencies += "com.github.dbunit-rules" % "jpa" % "0.4.2"
[com.github.dbunit-rules/jpa "0.4.2"]