Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.karamelsoft.testing |
ArtifactId | ArtifactIddata-driven-testing |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
data-driven-testing-0.3.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.karamelsoft.testing/data-driven-testing/ -->
<dependency>
<groupId>com.github.karamelsoft.testing</groupId>
<artifactId>data-driven-testing</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.karamelsoft.testing/data-driven-testing/
implementation 'com.github.karamelsoft.testing:data-driven-testing:0.3.0'
// https://jarcasting.com/artifacts/com.github.karamelsoft.testing/data-driven-testing/
implementation ("com.github.karamelsoft.testing:data-driven-testing:0.3.0")
'com.github.karamelsoft.testing:data-driven-testing:pom:0.3.0'
<dependency org="com.github.karamelsoft.testing" name="data-driven-testing" rev="0.3.0">
<artifact name="data-driven-testing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.karamelsoft.testing', module='data-driven-testing', version='0.3.0')
)
libraryDependencies += "com.github.karamelsoft.testing" % "data-driven-testing" % "0.3.0"
[com.github.karamelsoft.testing/data-driven-testing "0.3.0"]