MVN

org.jresearch : org.jresearch.gwt.time.apt.data

Maven & Gradle

Oct 23, 2022
0 stars

JRESEARCH-COMMONS: GWT time support CLDT data · Jresearch root pom

<dependency>
    <groupId>org.jresearch</groupId>
    <artifactId>org.jresearch.gwt.time.apt.data</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jresearch : org.jresearch.gwt.time.apt.data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11

All Versions

Choose a version of org.jresearch : org.jresearch.gwt.time.apt.data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
org.jresearch.gwt.time.apt.data-2.0.11

How to add a dependency to Maven

Add the following org.jresearch : org.jresearch.gwt.time.apt.data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jresearch</groupId>
    <artifactId>org.jresearch.gwt.time.apt.data</artifactId>
    <version>2.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jresearch : org.jresearch.gwt.time.apt.data gradle dependency to your build.gradle file:

implementation 'org.jresearch:org.jresearch.gwt.time.apt.data:2.0.11'

Gradle Kotlin DSL: Add the following org.jresearch : org.jresearch.gwt.time.apt.data gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jresearch:org.jresearch.gwt.time.apt.data:2.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jresearch : org.jresearch.gwt.time.apt.data sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jresearch" % "org.jresearch.gwt.time.apt.data" % "2.0.11"

Advertisement