GroupId | GroupIdcom.github.dbunit-rules |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
core-0.5.0.pom | |
core-0.5.0.jar | 30 KB |
core-0.5.0-sources.jar | 15 KB |
core-0.5.0-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dbunit-rules/core/ -->
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbunit-rules/core/
implementation 'com.github.dbunit-rules:core:0.5.0'
// https://jarcasting.com/artifacts/com.github.dbunit-rules/core/
implementation ("com.github.dbunit-rules:core:0.5.0")
'com.github.dbunit-rules:core:jar:0.5.0'
<dependency org="com.github.dbunit-rules" name="core" rev="0.5.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dbunit-rules', module='core', version='0.5.0')
)
libraryDependencies += "com.github.dbunit-rules" % "core" % "0.5.0"
[com.github.dbunit-rules/core "0.5.0"]