GroupId | GroupIdcom.github.kmekala |
---|---|
ArtifactId | ArtifactIdpega-ui-testframework |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/ -->
<dependency>
<groupId>com.github.kmekala</groupId>
<artifactId>pega-ui-testframework</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/
implementation 'com.github.kmekala:pega-ui-testframework:0.0.6'
// https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/
implementation ("com.github.kmekala:pega-ui-testframework:0.0.6")
'com.github.kmekala:pega-ui-testframework:jar:0.0.6'
<dependency org="com.github.kmekala" name="pega-ui-testframework" rev="0.0.6">
<artifact name="pega-ui-testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmekala', module='pega-ui-testframework', version='0.0.6')
)
libraryDependencies += "com.github.kmekala" % "pega-ui-testframework" % "0.0.6"
[com.github.kmekala/pega-ui-testframework "0.0.6"]