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