Skip to content

DominoKit/gwt-joda-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Maven Central Sonatype Nexus (Snapshots)

GWT JODA Money

A wrapper project for Joda Money to work with GWT.

Setup

Maven dependency

<dependency>
  <groupId>org.dominokit</groupId>
  <artifactId>gwt-joda-money</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

To use the snapshot version without building locally, configure the snapshot repository

<repository>
   <id>sonatype-snapshots-repo</id>
   <url>https://oss.sonatype.org/content/repositories/snapshots</url>
   <snapshots>
      <enabled>true</enabled>
      <updatePolicy>always</updatePolicy>
      <checksumPolicy>fail</checksumPolicy>
   </snapshots>
</repository>

GWT module inheritance

<inherits name="org.dominokit.joda.Money"/>