Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.kripaliz |
ArtifactId | ArtifactIdunifiedbdd-automation-framework |
Version | Version0.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kripaliz/unifiedbdd-automation-framework/
implementation 'com.github.kripaliz:unifiedbdd-automation-framework:0.0.4'
// https://jarcasting.com/artifacts/com.github.kripaliz/unifiedbdd-automation-framework/
implementation ("com.github.kripaliz:unifiedbdd-automation-framework:0.0.4")
'com.github.kripaliz:unifiedbdd-automation-framework:jar:0.0.4'
<dependency org="com.github.kripaliz" name="unifiedbdd-automation-framework" rev="0.0.4">
<artifact name="unifiedbdd-automation-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kripaliz', module='unifiedbdd-automation-framework', version='0.0.4')
)
libraryDependencies += "com.github.kripaliz" % "unifiedbdd-automation-framework" % "0.0.4"
[com.github.kripaliz/unifiedbdd-automation-framework "0.0.4"]