The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.validation | validation-api | 1.0.0.GA | sources | jar | |
| javax.validation | validation-api | 1.0.0.GA | - | jar | |
| org.vectomatic | lib-gwt-svg-edu-commons | 0.3.13 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.google.gwt | gwt-dev | 2.4.0 | - | jar | |
| com.google.gwt | gwt-user | 2.4.0 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.vectomatic | lib-gwt-svg | 0.5.4 | - | jar |
Educational game for kindergarten children, based on lib-gwt-svg. Puzzle is an SVG puzzle game. You must drag and drop pieces to the proper location to form an image.
http://www.vectomatic.org/mvn-sites/lib-gwt-svg-edu-puzzle
Unnamed - com.google.gwt:gwt-user:jar:2.4.0
Unnamed - com.google.gwt:gwt-dev:jar:2.4.0
Bean Validation (JSR-303) API.
Bean Validation (JSR-303) API.
A library of base classes to assist in the development of SVG educational games
http://www.vectomatic.org/lib-gwt-svg-edu
A GWT library to access the SVG functionalities of web browsers
http://www.vectomatic.org/lib-gwt-svg
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.