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