gwt-numberformat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jresearch.gwtproject.i18n</groupId>
<artifactId>gwt-numberformat</artifactId>
<version>1.1.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jresearch.gwtproject.i18n</groupId>
<artifactId>gwt-numberformat</artifactId>
<version>1.1.6</version>
<packaging>gwt-lib</packaging>
<name>GWT NumberFormat</name>
<description>Fork of the Github project vegegoku/gwt-i18n-apt</description>
<url>https://github.com/gwtproject/gwt-editor/gwt-numberformat</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>stas</id>
<name>Stanislav Spiridonov</name>
<email>stas@jresearch.org</email>
<timezone>GMT+1</timezone>
</developer>
<developer>
<id>cathy</id>
<name>Ekaterina Gorshkova</name>
<email>ekaterina.gorshkova@jresearchsoft.com</email>
<timezone>GMT+1</timezone>
</developer>
<developer>
<id>bel</id>
<name>Dmitry Belov</name>
<email>bel@jresearch.org</email>
<timezone>GMT+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:hg:https://stasjresearchorg@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-i18n-apt/gwt-numberformat</connection>
<developerConnection>scm:hg:ssh://hth@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-i18n-apt/gwt-numberformat</developerConnection>
<tag>v1.1.6</tag>
<url>https://helixteamhub.cloud/JRS/projects/domino/repositories/gwt-i18n-apt/tree/default/gwt-numberformat</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>2.9.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jresearch.gwtproject.i18n</groupId>
<artifactId>gwt-cldr</artifactId>
<version>1.0.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-core</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.0.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>