License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-dependencies |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDropwizard Dependencies
Bill of materials to make sure a consistent set of versions is used for Dropwizard's transitive dependencies.
|
Filename | Size |
---|---|
dropwizard-dependencies-4.0.0-beta.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>4.0.0-beta.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/
implementation 'io.dropwizard:dropwizard-dependencies:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/
implementation ("io.dropwizard:dropwizard-dependencies:4.0.0-beta.1")
'io.dropwizard:dropwizard-dependencies:pom:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-dependencies" rev="4.0.0-beta.1">
<artifact name="dropwizard-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-dependencies', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-dependencies" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-dependencies "4.0.0-beta.1"]