MVN

us.dustinj.timezonemap : timezonemap

Maven & Gradle

May 08, 2021
28 stars

Time Zone Map

<dependency>
    <groupId>us.dustinj.timezonemap</groupId>
    <artifactId>timezonemap</artifactId>
    <version>4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.dustinj.timezonemap : timezonemap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5

All Versions

Choose a version of us.dustinj.timezonemap : timezonemap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5
timezonemap-4.5
4.0
timezonemap-4.0
3.4
timezonemap-3.4
3.3
timezonemap-3.3
3.2
timezonemap-3.2
3.1
timezonemap-3.1
3.0
timezonemap-3.0
2.0
timezonemap-2.0
1.0
timezonemap-1.0

How to add a dependency to Maven

Add the following us.dustinj.timezonemap : timezonemap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.dustinj.timezonemap</groupId>
    <artifactId>timezonemap</artifactId>
    <version>4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.dustinj.timezonemap : timezonemap gradle dependency to your build.gradle file:

implementation 'us.dustinj.timezonemap:timezonemap:4.5'

Gradle Kotlin DSL: Add the following us.dustinj.timezonemap : timezonemap gradle kotlin dependency to your build.gradle.kts file:

implementation("us.dustinj.timezonemap:timezonemap:4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.dustinj.timezonemap : timezonemap sbt scala dependency to your build.sbt file:

libraryDependencies += "us.dustinj.timezonemap" % "timezonemap" % "4.5"

Advertisement