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