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