Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIddropwizard-client-poller |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-client-poller/ -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-client-poller</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-client-poller/
implementation 'org.kiwiproject:dropwizard-client-poller:0.8.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-client-poller/
implementation ("org.kiwiproject:dropwizard-client-poller:0.8.0")
'org.kiwiproject:dropwizard-client-poller:jar:0.8.0'
<dependency org="org.kiwiproject" name="dropwizard-client-poller" rev="0.8.0">
<artifact name="dropwizard-client-poller" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-client-poller', version='0.8.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-client-poller" % "0.8.0"
[org.kiwiproject/dropwizard-client-poller "0.8.0"]