License |
License
GNU General Public License v3.0
|
---|---|
GroupId | GroupIdcom.cast-info.devops |
ArtifactId | ArtifactIdrobotest-core |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptioncom.cast-info.devops:robotest-core
ROBOTEST Core based on Selenium and RestAssured
|
Filename | Size |
---|---|
robotest-core-2.0.0.pom | |
robotest-core-2.0.0.jar | 98 KB |
robotest-core-2.0.0-sources.jar | 84 KB |
robotest-core-2.0.0-javadoc.jar | 340 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cast-info.devops/robotest-core/ -->
<dependency>
<groupId>com.cast-info.devops</groupId>
<artifactId>robotest-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cast-info.devops/robotest-core/
implementation 'com.cast-info.devops:robotest-core:2.0.0'
// https://jarcasting.com/artifacts/com.cast-info.devops/robotest-core/
implementation ("com.cast-info.devops:robotest-core:2.0.0")
'com.cast-info.devops:robotest-core:jar:2.0.0'
<dependency org="com.cast-info.devops" name="robotest-core" rev="2.0.0">
<artifact name="robotest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cast-info.devops', module='robotest-core', version='2.0.0')
)
libraryDependencies += "com.cast-info.devops" % "robotest-core" % "2.0.0"
[com.cast-info.devops/robotest-core "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.rest-assured : rest-assured | jar | 3.1.0 |
io.rest-assured : json-path | jar | 3.1.0 |
io.rest-assured : xml-path | jar | 3.1.0 |
io.rest-assured : json-schema-validator | jar | 3.1.0 |
org.seleniumhq.selenium : selenium-java | jar | 3.12.0 |
io.github.bonigarcia : webdrivermanager | jar | 2.2.1 |
org.apache.commons : commons-lang3 | jar | 3.6 |
org.apache.commons : commons-text | jar | 1.3 |
commons-io : commons-io | jar | 2.5 |
cglib : cglib | jar | 3.2.4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit Optional | jar | 4.12 |
org.testng : testng Optional | jar | 6.14.3 |
com.github.docker-java : docker-java | jar | 3.0.14 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.13.0 |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.7.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.7.RELEASE |