Facile UI Test Core

Core library for UI test

License

License

GroupId

GroupId

org.expedientframework.uitest
ArtifactId

ArtifactId

facile-ui-test-core
Last Version

Last Version

1.0.0-M2
Release Date

Release Date

Type

Type

jar
Description

Description

Facile UI Test Core
Core library for UI test

Download facile-ui-test-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-core/ -->
<dependency>
    <groupId>org.expedientframework.uitest</groupId>
    <artifactId>facile-ui-test-core</artifactId>
    <version>1.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-core/
implementation 'org.expedientframework.uitest:facile-ui-test-core:1.0.0-M2'
// https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-core/
implementation ("org.expedientframework.uitest:facile-ui-test-core:1.0.0-M2")
'org.expedientframework.uitest:facile-ui-test-core:jar:1.0.0-M2'
<dependency org="org.expedientframework.uitest" name="facile-ui-test-core" rev="1.0.0-M2">
  <artifact name="facile-ui-test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.expedientframework.uitest', module='facile-ui-test-core', version='1.0.0-M2')
)
libraryDependencies += "org.expedientframework.uitest" % "facile-ui-test-core" % "1.0.0-M2"
[org.expedientframework.uitest/facile-ui-test-core "1.0.0-M2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-beans jar 5.2.0.RELEASE
org.springframework : spring-web jar 5.2.0.RELEASE
org.mockito : mockito-core jar 3.1.0
org.slf4j : slf4j-api jar 1.7.28
org.springframework : spring-test jar 5.2.0.RELEASE
net.lightbody.bmp : browsermob-core jar 2.1.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-M2
1.0.0-M1