Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

employee code : Karan Gupta-V6171

keka pass : karan8318672065


workstatus:Karan123@
( karan4517 )postman password: Karan@@123

GPS Location Form


https://docs.google.com/forms/d/e/
1FAIpQLSeYFVas_yExxgzz7TcXf6CPqM2mlb6AEuOr2RlZw3atE8z5qw/viewform

DSR
https://docs.google.com/forms/d/e/1FAIpQLSfKyd57xvNufMIn3J8ypWzoM8nrx-
GzZB5LiwsdTg73SgCwpQ/viewform

Workstatus link
https://app.workstatus.io/dashboard/analytics

Employee Vaccination Form


https://docs.google.com/forms/d/e/1FAIpQLScKCudH8tliTWToWXhgH09BKG2-
G33ourY0UyqfI6p5wgpC8w/viewform

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>Intro</groupId>
<artifactId>Intro-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.5.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.testng/testng -->


<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.6.1</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->


<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.3</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->


<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.3</version>
</dependency>

</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>17</release>
</configuration>
</plugin>
</plugins>
</build>
</project>

You might also like