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