MVN

org.jresearch.gwtproject.i18n : gwt-numberformat

Maven & Gradle

Jan 23, 2021
2 usages
8 stars

GWT NumberFormat · Fork of the Github project vegegoku/gwt-i18n-apt

<dependency>
    <groupId>org.jresearch.gwtproject.i18n</groupId>
    <artifactId>gwt-numberformat</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jresearch.gwtproject.i18n : gwt-numberformat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.jresearch.gwtproject.i18n : gwt-numberformat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gwt-numberformat-1.1.6
gwt-numberformat-1.1.5
gwt-numberformat-1.1.4
gwt-numberformat-1.1.3
gwt-numberformat-1.1.2

How to add a dependency to Maven

Add the following org.jresearch.gwtproject.i18n : gwt-numberformat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jresearch.gwtproject.i18n</groupId>
    <artifactId>gwt-numberformat</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jresearch.gwtproject.i18n : gwt-numberformat gradle dependency to your build.gradle file:

implementation 'org.jresearch.gwtproject.i18n:gwt-numberformat:1.1.6'

Gradle Kotlin DSL: Add the following org.jresearch.gwtproject.i18n : gwt-numberformat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jresearch.gwtproject.i18n:gwt-numberformat:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jresearch.gwtproject.i18n : gwt-numberformat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jresearch.gwtproject.i18n" % "gwt-numberformat" % "1.1.6"