MVN

org.knowm : dropwizard-sundial

Maven & Gradle

Oct 26, 2020
1 usages

dropwizard-sundial · Scheduled jobs in Dropwizard

<dependency>
    <groupId>org.knowm</groupId>
    <artifactId>dropwizard-sundial</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.knowm : dropwizard-sundial to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.knowm : dropwizard-sundial to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
dropwizard-sundial-2.0.0
1.3.x
dropwizard-sundial-1.3.1
1.2.x
dropwizard-sundial-1.2.0
1.1.x
dropwizard-sundial-1.1.1.0
dropwizard-sundial-1.1.0
dropwizard-sundial-1.1.0.0
1.0.x
dropwizard-sundial-1.0.0.0
0.9.x
dropwizard-sundial-0.9.2.0
dropwizard-sundial-0.9.1.0

How to add a dependency to Maven

Add the following org.knowm : dropwizard-sundial maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.knowm</groupId>
    <artifactId>dropwizard-sundial</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.knowm : dropwizard-sundial gradle dependency to your build.gradle file:

implementation 'org.knowm:dropwizard-sundial:2.0.0'

Gradle Kotlin DSL: Add the following org.knowm : dropwizard-sundial gradle kotlin dependency to your build.gradle.kts file:

implementation("org.knowm:dropwizard-sundial:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.knowm : dropwizard-sundial sbt scala dependency to your build.sbt file:

libraryDependencies += "org.knowm" % "dropwizard-sundial" % "2.0.0"

Advertisement