GroupId | GroupIdcom.github.matthewbeasley |
---|---|
ArtifactId | ArtifactIdui-tests |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ui-tests-2.0.6.pom | |
ui-tests-2.0.6-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.matthewbeasley/ui-tests/ -->
<dependency>
<groupId>com.github.matthewbeasley</groupId>
<artifactId>ui-tests</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matthewbeasley/ui-tests/
implementation 'com.github.matthewbeasley:ui-tests:2.0.6'
// https://jarcasting.com/artifacts/com.github.matthewbeasley/ui-tests/
implementation ("com.github.matthewbeasley:ui-tests:2.0.6")
'com.github.matthewbeasley:ui-tests:jar:2.0.6'
<dependency org="com.github.matthewbeasley" name="ui-tests" rev="2.0.6">
<artifact name="ui-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matthewbeasley', module='ui-tests', version='2.0.6')
)
libraryDependencies += "com.github.matthewbeasley" % "ui-tests" % "2.0.6"
[com.github.matthewbeasley/ui-tests "2.0.6"]