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