License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.expedientframework.uitest |
ArtifactId | ArtifactIdfacile-ui-test-samples-spring-boot-web |
Version | Version1.0.0-M1 |
Type | Typewar |
Description |
Descriptionspring-boot-web
Demo project for Spring Boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-samples-spring-boot-web/ -->
<dependency>
<groupId>org.expedientframework.uitest</groupId>
<artifactId>facile-ui-test-samples-spring-boot-web</artifactId>
<version>1.0.0-M1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-samples-spring-boot-web/
implementation 'org.expedientframework.uitest:facile-ui-test-samples-spring-boot-web:1.0.0-M1'
// https://jarcasting.com/artifacts/org.expedientframework.uitest/facile-ui-test-samples-spring-boot-web/
implementation ("org.expedientframework.uitest:facile-ui-test-samples-spring-boot-web:1.0.0-M1")
'org.expedientframework.uitest:facile-ui-test-samples-spring-boot-web:war:1.0.0-M1'
<dependency org="org.expedientframework.uitest" name="facile-ui-test-samples-spring-boot-web" rev="1.0.0-M1">
<artifact name="facile-ui-test-samples-spring-boot-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.expedientframework.uitest', module='facile-ui-test-samples-spring-boot-web', version='1.0.0-M1')
)
libraryDependencies += "org.expedientframework.uitest" % "facile-ui-test-samples-spring-boot-web" % "1.0.0-M1"
[org.expedientframework.uitest/facile-ui-test-samples-spring-boot-web "1.0.0-M1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.0.RELEASE |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-tomcat | jar | 2.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.expedientframework.uitest : facile-ui-test-core | jar | 1.0.0-M1 |
org.springframework.boot : spring-boot-starter-test | jar | 2.2.0.RELEASE |
org.testng : testng | jar | 7.0.0 |
org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |
io.github.bonigarcia : webdrivermanager | jar | 3.7.1 |
org.assertj : assertj-core | jar | 3.11.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.expedientframework.facilemock : facile-mock-http-proxy | jar | 1.0.0-M1 |