GroupId | GroupIdcom.github.dbunit-rules |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.15.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.15.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dbunit-rules/parent/ -->
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<version>0.15.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbunit-rules/parent/
implementation 'com.github.dbunit-rules:parent:0.15.0'
// https://jarcasting.com/artifacts/com.github.dbunit-rules/parent/
implementation ("com.github.dbunit-rules:parent:0.15.0")
'com.github.dbunit-rules:parent:pom:0.15.0'
<dependency org="com.github.dbunit-rules" name="parent" rev="0.15.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dbunit-rules', module='parent', version='0.15.0')
)
libraryDependencies += "com.github.dbunit-rules" % "parent" % "0.15.0"
[com.github.dbunit-rules/parent "0.15.0"]