Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.github.dropwizard-jobs |
ArtifactId | ArtifactIddropwizard-jobs |
Version | Version4.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
dropwizard-jobs-4.0.0-RC1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dropwizard-jobs/dropwizard-jobs/ -->
<dependency>
<groupId>io.github.dropwizard-jobs</groupId>
<artifactId>dropwizard-jobs</artifactId>
<version>4.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dropwizard-jobs/dropwizard-jobs/
implementation 'io.github.dropwizard-jobs:dropwizard-jobs:4.0.0-RC1'
// https://jarcasting.com/artifacts/io.github.dropwizard-jobs/dropwizard-jobs/
implementation ("io.github.dropwizard-jobs:dropwizard-jobs:4.0.0-RC1")
'io.github.dropwizard-jobs:dropwizard-jobs:pom:4.0.0-RC1'
<dependency org="io.github.dropwizard-jobs" name="dropwizard-jobs" rev="4.0.0-RC1">
<artifact name="dropwizard-jobs" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dropwizard-jobs', module='dropwizard-jobs', version='4.0.0-RC1')
)
libraryDependencies += "io.github.dropwizard-jobs" % "dropwizard-jobs" % "4.0.0-RC1"
[io.github.dropwizard-jobs/dropwizard-jobs "4.0.0-RC1"]