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