GroupId | GroupIdorg.xj4 |
---|---|
ArtifactId | ArtifactIdxj4-dbunit |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
xj4-dbunit-0.5.pom | |
xj4-dbunit-0.5.jar | 3 KB |
xj4-dbunit-0.5-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xj4/xj4-dbunit/ -->
<dependency>
<groupId>org.xj4</groupId>
<artifactId>xj4-dbunit</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xj4/xj4-dbunit/
implementation 'org.xj4:xj4-dbunit:0.5'
// https://jarcasting.com/artifacts/org.xj4/xj4-dbunit/
implementation ("org.xj4:xj4-dbunit:0.5")
'org.xj4:xj4-dbunit:jar:0.5'
<dependency org="org.xj4" name="xj4-dbunit" rev="0.5">
<artifact name="xj4-dbunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xj4', module='xj4-dbunit', version='0.5')
)
libraryDependencies += "org.xj4" % "xj4-dbunit" % "0.5"
[org.xj4/xj4-dbunit "0.5"]