Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.github.nhuray |
ArtifactId | ArtifactIddropwizard-spring |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-spring-0.1.pom | |
dropwizard-spring-0.1.jar | 12 KB |
dropwizard-spring-0.1-sources.jar | 6 KB |
dropwizard-spring-0.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhuray/dropwizard-spring/ -->
<dependency>
<groupId>com.github.nhuray</groupId>
<artifactId>dropwizard-spring</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhuray/dropwizard-spring/
implementation 'com.github.nhuray:dropwizard-spring:0.1'
// https://jarcasting.com/artifacts/com.github.nhuray/dropwizard-spring/
implementation ("com.github.nhuray:dropwizard-spring:0.1")
'com.github.nhuray:dropwizard-spring:jar:0.1'
<dependency org="com.github.nhuray" name="dropwizard-spring" rev="0.1">
<artifact name="dropwizard-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nhuray', module='dropwizard-spring', version='0.1')
)
libraryDependencies += "com.github.nhuray" % "dropwizard-spring" % "0.1"
[com.github.nhuray/dropwizard-spring "0.1"]