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