| GroupId | GroupIdorg.expedientframework.uitest |
|---|---|
| ArtifactId | ArtifactIdfacile-ui-test |
| Version | Version1.0.0-M1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| facile-ui-test-1.0.0-M1.pom | 4 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-M1</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-M1'
// https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test/
implementation ("org.expedientframework.uitest:facile-ui-test:1.0.0-M1")
'org.expedientframework.uitest:facile-ui-test:pom:1.0.0-M1'
<dependency org="org.expedientframework.uitest" name="facile-ui-test" rev="1.0.0-M1">
<artifact name="facile-ui-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.expedientframework.uitest', module='facile-ui-test', version='1.0.0-M1')
)
libraryDependencies += "org.expedientframework.uitest" % "facile-ui-test" % "1.0.0-M1"
[org.expedientframework.uitest/facile-ui-test "1.0.0-M1"]