Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.karamelsoft.testing |
ArtifactId | ArtifactIddata-driven-testing |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
data-driven-testing-0.1.0.pom | 9 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.1.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.1.0'
// https://jarcasting.com/artifacts/com.github.karamelsoft.testing/data-driven-testing/
implementation ("com.github.karamelsoft.testing:data-driven-testing:0.1.0")
'com.github.karamelsoft.testing:data-driven-testing:pom:0.1.0'
<dependency org="com.github.karamelsoft.testing" name="data-driven-testing" rev="0.1.0">
<artifact name="data-driven-testing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.karamelsoft.testing', module='data-driven-testing', version='0.1.0')
)
libraryDependencies += "com.github.karamelsoft.testing" % "data-driven-testing" % "0.1.0"
[com.github.karamelsoft.testing/data-driven-testing "0.1.0"]