In order to use GWTP, you need to import the source code. This can either be done with a dependency management tool (Maven, Gradle, etc.) or manually. We highly recommend using tool as it makes managing transitive dependencies a lot easier.
Import the Dependencies with Maven {maven}
For more information on Maven, go to the .
First, you need a pom file so create /pom.xml at the root of your project.
Using GWTP without a dependency management tool is a bit more trouble.
First, let's create a new directory at the root of your project to hold the JARs files: mkdir libs.
Next, download the following JARs and add them to the newly created folder:
Create Files
Note: A exists, however is is unlikely that you need everything from GWTP at this point. Also, at this time, that JAR does not include transitive dependencies, so you would still have to download them manually.