is not current version
Last Version 1.0.6

org.kiwiproject:dropwizard-client-poller 0.9.0

A library to provide an HTTP poller that integrates into Dropwizard applications.

Categories

Categories

DropWizard Container Microservices CLI User Interface
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

dropwizard-client-poller
Version

Version

0.9.0
Type

Type

jar

Download dropwizard-client-poller 0.9.0


<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-client-poller/ -->
<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>dropwizard-client-poller</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-client-poller/
implementation 'org.kiwiproject:dropwizard-client-poller:0.9.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-client-poller/
implementation ("org.kiwiproject:dropwizard-client-poller:0.9.0")
'org.kiwiproject:dropwizard-client-poller:jar:0.9.0'
<dependency org="org.kiwiproject" name="dropwizard-client-poller" rev="0.9.0">
  <artifact name="dropwizard-client-poller" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-client-poller', version='0.9.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-client-poller" % "0.9.0"
[org.kiwiproject/dropwizard-client-poller "0.9.0"]