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