| Группа | Группаcom.github.kmekala |
|---|---|
| Идентификатор | Идентификаторpega-ui-testframework |
| Версия | Версия0.0.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/ -->
<dependency>
<groupId>com.github.kmekala</groupId>
<artifactId>pega-ui-testframework</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/
implementation 'com.github.kmekala:pega-ui-testframework:0.0.5'
// https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/
implementation ("com.github.kmekala:pega-ui-testframework:0.0.5")
'com.github.kmekala:pega-ui-testframework:jar:0.0.5'
<dependency org="com.github.kmekala" name="pega-ui-testframework" rev="0.0.5">
<artifact name="pega-ui-testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmekala', module='pega-ui-testframework', version='0.0.5')
)
libraryDependencies += "com.github.kmekala" % "pega-ui-testframework" % "0.0.5"
[com.github.kmekala/pega-ui-testframework "0.0.5"]