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