License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdio.github.saqueebali |
ArtifactId | ArtifactIdJAVA_AutomationUtilities |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAVA_AutomationUtilities
Test Automation Utilities which has utilities that can fetch OTP from email(using Javax mail API) and mobile(using Twilio), FIle library which helps to fetch data from a property file or excel file and set data to an excel file as well.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.saqueebali/JAVA_AutomationUtilities/ -->
<dependency>
<groupId>io.github.saqueebali</groupId>
<artifactId>JAVA_AutomationUtilities</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.saqueebali/JAVA_AutomationUtilities/
implementation 'io.github.saqueebali:JAVA_AutomationUtilities:1.0.0'
// https://jarcasting.com/artifacts/io.github.saqueebali/JAVA_AutomationUtilities/
implementation ("io.github.saqueebali:JAVA_AutomationUtilities:1.0.0")
'io.github.saqueebali:JAVA_AutomationUtilities:jar:1.0.0'
<dependency org="io.github.saqueebali" name="JAVA_AutomationUtilities" rev="1.0.0">
<artifact name="JAVA_AutomationUtilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.saqueebali', module='JAVA_AutomationUtilities', version='1.0.0')
)
libraryDependencies += "io.github.saqueebali" % "JAVA_AutomationUtilities" % "1.0.0"
[io.github.saqueebali/JAVA_AutomationUtilities "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.2 |
commons-io : commons-io | jar | 2.4 |
org.apache.poi : poi-ooxml | jar | 4.1.2 |
commons-net : commons-net | jar | 3.6 |
com.sun.mail : javax.mail | jar | 1.6.2 |
com.twilio.sdk : twilio | jar | 8.22.1 |