Spring Integration with Dropwizard using annotations

Simple library for using Spring Dependency Injection in a Dropwizard app.

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.github.pnayak
ArtifactId

ArtifactId

dropwizard-spring-annotations
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Integration with Dropwizard using annotations
Simple library for using Spring Dependency Injection in a Dropwizard app.
Project URL

Project URL

https://github.com/pnayak/dropwizard-spring-annotations

Download dropwizard-spring-annotations

How to add to project

<!-- 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"]

Dependencies

compile (5)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.9.0
0.5.0