License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.github.pnayak |
ArtifactId | ArtifactIddropwizard-spring-annotations |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Integration with Dropwizard using annotations
Simple library for using Spring Dependency Injection in a Dropwizard app.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.pnayak/dropwizard-spring-annotations/ -->
<dependency>
<groupId>com.github.pnayak</groupId>
<artifactId>dropwizard-spring-annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pnayak/dropwizard-spring-annotations/
implementation 'com.github.pnayak:dropwizard-spring-annotations:1.0.0'
// https://jarcasting.com/artifacts/com.github.pnayak/dropwizard-spring-annotations/
implementation ("com.github.pnayak:dropwizard-spring-annotations:1.0.0")
'com.github.pnayak:dropwizard-spring-annotations:jar:1.0.0'
<dependency org="com.github.pnayak" name="dropwizard-spring-annotations" rev="1.0.0">
<artifact name="dropwizard-spring-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pnayak', module='dropwizard-spring-annotations', version='1.0.0')
)
libraryDependencies += "com.github.pnayak" % "dropwizard-spring-annotations" % "1.0.0"
[com.github.pnayak/dropwizard-spring-annotations "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.yammer.dropwizard : dropwizard-core | jar | 0.6.1 |
com.yammer.dropwizard : dropwizard-auth | jar | 0.6.1 |
org.reflections : reflections | jar | 0.9.8 |
org.springframework : spring-context | jar | 3.1.3.RELEASE |
cglib : cglib | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.5 |