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