MVN

com.gwtplatform : gwtp-tester

Maven & Gradle

Jan 17, 2017
2 usages

GWTP Tester

<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-tester</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gwtplatform : gwtp-tester to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6
  • Latest Release Candidate: 1.0-RC-3.1
  • Latest Beta: 0.8-beta-1
  • Latest Alpha: 0.8-alpha-3

All Versions

Choose a version of com.gwtplatform : gwtp-tester to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
gwtp-tester-1.6
1.5.x
gwtp-tester-1.5.3
gwtp-tester-1.5.2
gwtp-tester-1.5.1
1.5
gwtp-tester-1.5
1.4
gwtp-tester-1.4
1.3.x
gwtp-tester-1.3.1
1.3
gwtp-tester-1.3
1.2.x
gwtp-tester-1.2.1
1.2
gwtp-tester-1.2
1.1.x
gwtp-tester-1.1.1
1.1
gwtp-tester-1.1
1.0.x
gwtp-tester-1.0.3
gwtp-tester-1.0.2
gwtp-tester-1.0.1
1.0
gwtp-tester-1.0
gwtp-tester-1.0-RC-3.1
gwtp-tester-1.0-RC-3
gwtp-tester-1.0-RC-2
gwtp-tester-1.0-RC-1
0.8
gwtp-tester-0.8-beta-1
gwtp-tester-0.8-alpha-3
gwtp-tester-0.8-alpha-2
0.8.x
gwtp-tester-0.8.4
0.7
gwtp-tester-0.7
0.6
gwtp-tester-0.6
0.5.x
gwtp-tester-0.5.1
0.5
gwtp-tester-0.5
0.8a1
gwtp-tester-0.8a1

How to add a dependency to Maven

Add the following com.gwtplatform : gwtp-tester maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gwtplatform</groupId>
    <artifactId>gwtp-tester</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gwtplatform : gwtp-tester gradle dependency to your build.gradle file:

implementation 'com.gwtplatform:gwtp-tester:1.6'

Gradle Kotlin DSL: Add the following com.gwtplatform : gwtp-tester gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gwtplatform:gwtp-tester:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gwtplatform : gwtp-tester sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gwtplatform" % "gwtp-tester" % "1.6"

Advertisement