Skip to content

Instantly share code, notes, and snippets.

@BatuhanKucukali
Created May 18, 2018 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BatuhanKucukali/5d66d95f7a1dde159a18fd4dc0819570 to your computer and use it in GitHub Desktop.
Save BatuhanKucukali/5d66d95f7a1dde159a18fd4dc0819570 to your computer and use it in GitHub Desktop.
group 'seleniumvnc'
version '1.0-SNAPSHOT'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile 'org.seleniumhq.selenium:selenium-java:3.11.0'
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'ch.qos.logback:logback-classic:1.1.2'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile 'org.testcontainers:selenium:1.7.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment