MVN

io.github.dropwizard-jobs : dropwizard-jobs-guice

Maven & Gradle

Jul 12, 2023
134 stars

dropwizard-jobs-guice

<dependency>
    <groupId>io.github.dropwizard-jobs</groupId>
    <artifactId>dropwizard-jobs-guice</artifactId>
    <version>5.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dropwizard-jobs : dropwizard-jobs-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.3
  • Latest Release Candidate: 4.0.0-RC2

All Versions

Choose a version of io.github.dropwizard-jobs : dropwizard-jobs-guice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
dropwizard-jobs-guice-5.1.3
dropwizard-jobs-guice-5.1.2
dropwizard-jobs-guice-5.1.1
dropwizard-jobs-guice-5.1.0
5.0.x
dropwizard-jobs-guice-5.0.1
4.0.x
dropwizard-jobs-guice-4.0.0-RELEASE
dropwizard-jobs-guice-4.0.0-RC2
dropwizard-jobs-guice-4.0.0-RC1

How to add a dependency to Maven

Add the following io.github.dropwizard-jobs : dropwizard-jobs-guice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dropwizard-jobs</groupId>
    <artifactId>dropwizard-jobs-guice</artifactId>
    <version>5.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dropwizard-jobs : dropwizard-jobs-guice gradle dependency to your build.gradle file:

implementation 'io.github.dropwizard-jobs:dropwizard-jobs-guice:5.1.3'

Gradle Kotlin DSL: Add the following io.github.dropwizard-jobs : dropwizard-jobs-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dropwizard-jobs:dropwizard-jobs-guice:5.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dropwizard-jobs : dropwizard-jobs-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dropwizard-jobs" % "dropwizard-jobs-guice" % "5.1.3"

Advertisement