GroupId | GroupIdcom.github.ppodgorsek |
---|---|
ArtifactId | ArtifactIdspring-test-dbunit-core |
Version | Version5.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-test-dbunit-core/ -->
<dependency>
<groupId>com.github.ppodgorsek</groupId>
<artifactId>spring-test-dbunit-core</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-test-dbunit-core/
implementation 'com.github.ppodgorsek:spring-test-dbunit-core:5.0.0'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/spring-test-dbunit-core/
implementation ("com.github.ppodgorsek:spring-test-dbunit-core:5.0.0")
'com.github.ppodgorsek:spring-test-dbunit-core:jar:5.0.0'
<dependency org="com.github.ppodgorsek" name="spring-test-dbunit-core" rev="5.0.0">
<artifact name="spring-test-dbunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='spring-test-dbunit-core', version='5.0.0')
)
libraryDependencies += "com.github.ppodgorsek" % "spring-test-dbunit-core" % "5.0.0"
[com.github.ppodgorsek/spring-test-dbunit-core "5.0.0"]