License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.github.nhuray |
ArtifactId | ArtifactIddropwizard-spring |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard/Spring integration
Dropwizard/Spring integration
|
Filename | Size |
---|---|
dropwizard-spring-0.2.pom | |
dropwizard-spring-0.2.jar | 13 KB |
dropwizard-spring-0.2-sources.jar | 6 KB |
dropwizard-spring-0.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhuray/dropwizard-spring/ -->
<dependency>
<groupId>com.github.nhuray</groupId>
<artifactId>dropwizard-spring</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhuray/dropwizard-spring/
implementation 'com.github.nhuray:dropwizard-spring:0.2'
// https://jarcasting.com/artifacts/com.github.nhuray/dropwizard-spring/
implementation ("com.github.nhuray:dropwizard-spring:0.2")
'com.github.nhuray:dropwizard-spring:jar:0.2'
<dependency org="com.github.nhuray" name="dropwizard-spring" rev="0.2">
<artifact name="dropwizard-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nhuray', module='dropwizard-spring', version='0.2')
)
libraryDependencies += "com.github.nhuray" % "dropwizard-spring" % "0.2"
[com.github.nhuray/dropwizard-spring "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yammer.dropwizard : dropwizard-core Optional | jar | 0.6.0 |
org.springframework : spring-context Optional | jar | 3.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
cglib : cglib-nodep | jar | 2.2 |