Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.github.pnayak |
ArtifactId | ArtifactIddropwizard-spring-annotations |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pnayak/dropwizard-spring-annotations/ -->
<dependency>
<groupId>com.github.pnayak</groupId>
<artifactId>dropwizard-spring-annotations</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pnayak/dropwizard-spring-annotations/
implementation 'com.github.pnayak:dropwizard-spring-annotations:0.5.0'
// https://jarcasting.com/artifacts/com.github.pnayak/dropwizard-spring-annotations/
implementation ("com.github.pnayak:dropwizard-spring-annotations:0.5.0")
'com.github.pnayak:dropwizard-spring-annotations:jar:0.5.0'
<dependency org="com.github.pnayak" name="dropwizard-spring-annotations" rev="0.5.0">
<artifact name="dropwizard-spring-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pnayak', module='dropwizard-spring-annotations', version='0.5.0')
)
libraryDependencies += "com.github.pnayak" % "dropwizard-spring-annotations" % "0.5.0"
[com.github.pnayak/dropwizard-spring-annotations "0.5.0"]