License |
License |
---|---|
GroupId | GroupIdcom.github.invictum |
ArtifactId | ArtifactIdunified-test-core |
Version | Version0.1.15 |
Type | Typejar |
Description |
Descriptioncom.github.invictum:unified-test-core
Used as a base for automation. Based on Serenity BDD project.
|
Project URL |
Project URL |
Filename | Size |
---|---|
unified-test-core-0.1.15.pom | |
unified-test-core-0.1.15.jar | 59 KB |
unified-test-core-0.1.15-sources.jar | 35 KB |
unified-test-core-0.1.15-javadoc.jar | 300 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.invictum/unified-test-core/ -->
<dependency>
<groupId>com.github.invictum</groupId>
<artifactId>unified-test-core</artifactId>
<version>0.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.invictum/unified-test-core/
implementation 'com.github.invictum:unified-test-core:0.1.15'
// https://jarcasting.com/artifacts/com.github.invictum/unified-test-core/
implementation ("com.github.invictum:unified-test-core:0.1.15")
'com.github.invictum:unified-test-core:jar:0.1.15'
<dependency org="com.github.invictum" name="unified-test-core" rev="0.1.15">
<artifact name="unified-test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.invictum', module='unified-test-core', version='0.1.15')
)
libraryDependencies += "com.github.invictum" % "unified-test-core" % "0.1.15"
[com.github.invictum/unified-test-core "0.1.15"]
Group / Artifact | Type | Version |
---|---|---|
net.serenity-bdd : serenity-core | jar | 1.1.39 |
net.serenity-bdd : serenity-rest-assured | jar | 1.1.39 |
org.yaml : snakeyaml | jar | 1.17 |
org.reflections : reflections | jar | 0.9.10 |
commons-io : commons-io | jar | 2.4 |
commons-configuration : commons-configuration | jar | 1.10 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
com.jayway.restassured : json-schema-validator | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.6.5 |
org.powermock : powermock-api-mockito | jar | 1.6.5 |