License |
License |
---|---|
GroupId | GroupIdorg.expedientframework.uitest |
ArtifactId | ArtifactIdfacile-ui-test-samples |
Version | Version1.0.0-M1 |
Type | Typepom |
Description |
DescriptionFacile UI test samples
Simple project for UI testing.
|
Filename | Size |
---|---|
facile-ui-test-samples-1.0.0-M1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-samples/ -->
<dependency>
<groupId>org.expedientframework.uitest</groupId>
<artifactId>facile-ui-test-samples</artifactId>
<version>1.0.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-samples/
implementation 'org.expedientframework.uitest:facile-ui-test-samples:1.0.0-M1'
// https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-samples/
implementation ("org.expedientframework.uitest:facile-ui-test-samples:1.0.0-M1")
'org.expedientframework.uitest:facile-ui-test-samples:pom:1.0.0-M1'
<dependency org="org.expedientframework.uitest" name="facile-ui-test-samples" rev="1.0.0-M1">
<artifact name="facile-ui-test-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.expedientframework.uitest', module='facile-ui-test-samples', version='1.0.0-M1')
)
libraryDependencies += "org.expedientframework.uitest" % "facile-ui-test-samples" % "1.0.0-M1"
[org.expedientframework.uitest/facile-ui-test-samples "1.0.0-M1"]