This repository was archived by the owner on Mar 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Artifacts
Stefan Ludwig edited this page Jul 2, 2016
·
16 revisions
You can find all of the following artifacts in the Maven Central Repository.
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-core</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-assertj3</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-chrome</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-firefox</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-hamcrest</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-ie</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-junit4</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-marionette</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>webtester-support-spring4</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
dependencies {
testCompile group: 'info.novatec.testit', name: 'webtester-core', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-assertj3', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-chrome', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-firefox', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-hamcrest', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-ie', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-junit4', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-marionette', version: '2.0.0'
testCompile group: 'info.novatec.testit', name: 'webtester-support-spring4', version: '2.0.0'
}