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