Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.woelker.jimix |
ArtifactId | ArtifactIdjimix-dropwizard |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jimix-dropwizard-2.0.0.pom | |
jimix-dropwizard-2.0.0.jar | 2 KB |
jimix-dropwizard-2.0.0-sources.jar | 1 KB |
jimix-dropwizard-2.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.woelker.jimix/jimix-dropwizard/ -->
<dependency>
<groupId>org.woelker.jimix</groupId>
<artifactId>jimix-dropwizard</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.woelker.jimix/jimix-dropwizard/
implementation 'org.woelker.jimix:jimix-dropwizard:2.0.0'
// https://jarcasting.com/artifacts/org.woelker.jimix/jimix-dropwizard/
implementation ("org.woelker.jimix:jimix-dropwizard:2.0.0")
'org.woelker.jimix:jimix-dropwizard:jar:2.0.0'
<dependency org="org.woelker.jimix" name="jimix-dropwizard" rev="2.0.0">
<artifact name="jimix-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.woelker.jimix', module='jimix-dropwizard', version='2.0.0')
)
libraryDependencies += "org.woelker.jimix" % "jimix-dropwizard" % "2.0.0"
[org.woelker.jimix/jimix-dropwizard "2.0.0"]