Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.github.innovativeqalab |
ArtifactId | ArtifactIdtest-automation-framework |
Version | Version0.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.innovativeqalab/test-automation-framework/ -->
<dependency>
<groupId>io.github.innovativeqalab</groupId>
<artifactId>test-automation-framework</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.innovativeqalab/test-automation-framework/
implementation 'io.github.innovativeqalab:test-automation-framework:0.0.10'
// https://jarcasting.com/artifacts/io.github.innovativeqalab/test-automation-framework/
implementation ("io.github.innovativeqalab:test-automation-framework:0.0.10")
'io.github.innovativeqalab:test-automation-framework:jar:0.0.10'
<dependency org="io.github.innovativeqalab" name="test-automation-framework" rev="0.0.10">
<artifact name="test-automation-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.innovativeqalab', module='test-automation-framework', version='0.0.10')
)
libraryDependencies += "io.github.innovativeqalab" % "test-automation-framework" % "0.0.10"
[io.github.innovativeqalab/test-automation-framework "0.0.10"]