Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.yammer.dropwizard |
ArtifactId | ArtifactIddropwizard-migrations |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-migrations-0.6.0.pom | |
dropwizard-migrations-0.6.0.jar | 29 KB |
dropwizard-migrations-0.6.0-sources.jar | 14 KB |
dropwizard-migrations-0.6.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-migrations/ -->
<dependency>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-migrations</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-migrations/
implementation 'com.yammer.dropwizard:dropwizard-migrations:0.6.0'
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-migrations/
implementation ("com.yammer.dropwizard:dropwizard-migrations:0.6.0")
'com.yammer.dropwizard:dropwizard-migrations:jar:0.6.0'
<dependency org="com.yammer.dropwizard" name="dropwizard-migrations" rev="0.6.0">
<artifact name="dropwizard-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.dropwizard', module='dropwizard-migrations', version='0.6.0')
)
libraryDependencies += "com.yammer.dropwizard" % "dropwizard-migrations" % "0.6.0"
[com.yammer.dropwizard/dropwizard-migrations "0.6.0"]