| Categories |
CategoriesDropWizard Container Microservices Net Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdnet.winterly.rxjersey |
| ArtifactId | ArtifactIddropwizard |
| Version | Version0.10.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-0.10.0.pom | |
| dropwizard-0.10.0.jar | 2 KB |
| dropwizard-0.10.0-sources.jar | 1 KB |
| dropwizard-0.10.0-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.winterly.rxjersey/dropwizard/ -->
<dependency>
<groupId>net.winterly.rxjersey</groupId>
<artifactId>dropwizard</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.winterly.rxjersey/dropwizard/
implementation 'net.winterly.rxjersey:dropwizard:0.10.0'
// https://jarcasting.com/artifacts/net.winterly.rxjersey/dropwizard/
implementation ("net.winterly.rxjersey:dropwizard:0.10.0")
'net.winterly.rxjersey:dropwizard:jar:0.10.0'
<dependency org="net.winterly.rxjersey" name="dropwizard" rev="0.10.0">
<artifact name="dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.winterly.rxjersey', module='dropwizard', version='0.10.0')
)
libraryDependencies += "net.winterly.rxjersey" % "dropwizard" % "0.10.0"
[net.winterly.rxjersey/dropwizard "0.10.0"]