Skip to content

Instantly share code, notes, and snippets.

@olafleur
Last active October 1, 2015 17:28
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 olafleur/3af3e8dbf88ebf13b4f9 to your computer and use it in GitHub Desktop.
Save olafleur/3af3e8dbf88ebf13b4f9 to your computer and use it in GitHub Desktop.
Dependencies
<gwtquery.version>1.4.3</gwtquery.version>
<guava-gwt.version>18.0</guava-gwt>
<gwtchosen.version>3.0</gwtchosen.version>
...
<dependency>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery</artifactId>
<version>{gwtquery.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-gwt</artifactId>
<version>{guava-gwt.version}</version>
</dependency>
<dependency>
<groupId>com.arcbees</groupId>
<artifactId>gwtchosen</artifactId>
<version>{gwtchosen.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment