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