| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lnaranjo3 |
| ArtifactId | ArtifactIdContiTestingLibraries |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionConti Testing Libraries
Simple library to introduce boilerplate code and other methods for testing purposes
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.lnaranjo3/ContiTestingLibraries/ -->
<dependency>
<groupId>com.github.lnaranjo3</groupId>
<artifactId>ContiTestingLibraries</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lnaranjo3/ContiTestingLibraries/
implementation 'com.github.lnaranjo3:ContiTestingLibraries:1.0.0'
// https://jarcasting.com/artifacts/com.github.lnaranjo3/ContiTestingLibraries/
implementation ("com.github.lnaranjo3:ContiTestingLibraries:1.0.0")
'com.github.lnaranjo3:ContiTestingLibraries:jar:1.0.0'
<dependency org="com.github.lnaranjo3" name="ContiTestingLibraries" rev="1.0.0">
<artifact name="ContiTestingLibraries" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lnaranjo3', module='ContiTestingLibraries', version='1.0.0')
)
libraryDependencies += "com.github.lnaranjo3" % "ContiTestingLibraries" % "1.0.0"
[com.github.lnaranjo3/ContiTestingLibraries "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.bonigarcia : webdrivermanager | jar | 4.2.2 |
| org.seleniumhq.selenium : selenium-api | jar | 3.14.0 |
| org.seleniumhq.selenium : selenium-java | jar | 3.14.0 |
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| org.apache.poi : poi | jar | 4.1.1 |
| org.apache.poi : poi-ooxml | jar | 4.1.1 |
| dom4j : dom4j | jar | 1.6.1 |
| org.apache.xmlbeans : xmlbeans | jar | 3.1.0 |
| org.apache.poi : poi-ooxml-schemas | jar | 4.1.1 |
| mysql : mysql-connector-java | jar | 8.0.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |