Skip to content

Instantly share code, notes, and snippets.

@Jet-C
Created June 5, 2021 06:02
Show Gist options
  • Save Jet-C/d43ee62a9a851abb187bccf256702e55 to your computer and use it in GitHub Desktop.
Save Jet-C/d43ee62a9a851abb187bccf256702e55 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
</dependency>
<dependency>
<groupId>net.lightbody.bmp</groupId>
<artifactId>browsermob-core</artifactId>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment