Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven-plugins |
ArtifactId | ArtifactIdmaven-dbunit-plugin |
Version | Version1.9 |
Type | Typejar |
Filename | Size |
---|---|
maven-dbunit-plugin-1.9.pom | |
maven-dbunit-plugin-1.9.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/maven-plugins/maven-dbunit-plugin/ -->
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-dbunit-plugin</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/maven-plugins/maven-dbunit-plugin/
implementation 'maven-plugins:maven-dbunit-plugin:1.9'
// https://jarcasting.com/artifacts/maven-plugins/maven-dbunit-plugin/
implementation ("maven-plugins:maven-dbunit-plugin:1.9")
'maven-plugins:maven-dbunit-plugin:jar:1.9'
<dependency org="maven-plugins" name="maven-dbunit-plugin" rev="1.9">
<artifact name="maven-dbunit-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven-plugins', module='maven-dbunit-plugin', version='1.9')
)
libraryDependencies += "maven-plugins" % "maven-dbunit-plugin" % "1.9"
[maven-plugins/maven-dbunit-plugin "1.9"]