Goda-time is a modified version of Joda-time, which works with the restricted Java API of GWT. The project has been modified to be easily integratable in a project using maven.
-
If for some reason you don't want to go through maven central, clone the repository and install the maven plugin:
git clone [email protected]/os-cillation/goda-time.git cd goda-time mvn install
-
Add the following lines to your
pom.xml
:<dependency> <groupId>de.oscillation.gwt</groupId> <artifactId>goda-time</artifactId> <version>0.0.1</version> </dependency>
-
Add the dependency to your GWT config:
<!-- Goda-time library --> <inherits name="org.goda.Goda" />