License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.hmsonline |
ArtifactId | ArtifactIddropwizard-spring |
Last Version | Last Version0.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard-spring
Spring Integration for DropWizard
|
Project URL |
Project URL |
Filename | Size |
---|---|
dropwizard-spring-0.6.1.pom | |
dropwizard-spring-0.6.1.jar | 7 KB |
dropwizard-spring-0.6.1-sources.jar | 3 KB |
dropwizard-spring-0.6.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hmsonline/dropwizard-spring/ -->
<dependency>
<groupId>com.hmsonline</groupId>
<artifactId>dropwizard-spring</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hmsonline/dropwizard-spring/
implementation 'com.hmsonline:dropwizard-spring:0.6.1'
// https://jarcasting.com/artifacts/com.hmsonline/dropwizard-spring/
implementation ("com.hmsonline:dropwizard-spring:0.6.1")
'com.hmsonline:dropwizard-spring:jar:0.6.1'
<dependency org="com.hmsonline" name="dropwizard-spring" rev="0.6.1">
<artifact name="dropwizard-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hmsonline', module='dropwizard-spring', version='0.6.1')
)
libraryDependencies += "com.hmsonline" % "dropwizard-spring" % "0.6.1"
[com.hmsonline/dropwizard-spring "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.7.0 |
org.springframework : spring-context | jar | 3.2.8.RELEASE |
org.springframework : spring-web | jar | 3.2.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |