GroupId | GroupIdcom.github.kmekala |
---|---|
ArtifactId | ArtifactIdpega-ui-testframework |
Version | Version0.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/
implementation 'com.github.kmekala:pega-ui-testframework:0.0.3'
// https://jarcasting.com/artifacts/com.github.kmekala/pega-ui-testframework/
implementation ("com.github.kmekala:pega-ui-testframework:0.0.3")
'com.github.kmekala:pega-ui-testframework:jar:0.0.3'
<dependency org="com.github.kmekala" name="pega-ui-testframework" rev="0.0.3">
<artifact name="pega-ui-testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmekala', module='pega-ui-testframework', version='0.0.3')
)
libraryDependencies += "com.github.kmekala" % "pega-ui-testframework" % "0.0.3"
[com.github.kmekala/pega-ui-testframework "0.0.3"]