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