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