| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.github.kripaliz |
| Идентификатор | Идентификаторunifiedbdd-automation-framework |
| Версия | Версия0.1.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.kripaliz/unifiedbdd-automation-framework/ -->
<dependency>
<groupId>com.github.kripaliz</groupId>
<artifactId>unifiedbdd-automation-framework</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kripaliz/unifiedbdd-automation-framework/
implementation 'com.github.kripaliz:unifiedbdd-automation-framework:0.1.2'
// https://jarcasting.com/artifacts/com.github.kripaliz/unifiedbdd-automation-framework/
implementation ("com.github.kripaliz:unifiedbdd-automation-framework:0.1.2")
'com.github.kripaliz:unifiedbdd-automation-framework:jar:0.1.2'
<dependency org="com.github.kripaliz" name="unifiedbdd-automation-framework" rev="0.1.2">
<artifact name="unifiedbdd-automation-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kripaliz', module='unifiedbdd-automation-framework', version='0.1.2')
)
libraryDependencies += "com.github.kripaliz" % "unifiedbdd-automation-framework" % "0.1.2"
[com.github.kripaliz/unifiedbdd-automation-framework "0.1.2"]