Categories |
CategoriesJetty Container Application Servers DropWizard Microservices |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-jetty |
Version | Version0.8.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-jetty-0.8.0-rc1.pom | |
dropwizard-jetty-0.8.0-rc1.jar | 33 KB |
dropwizard-jetty-0.8.0-rc1-sources.jar | 18 KB |
dropwizard-jetty-0.8.0-rc1-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jetty</artifactId>
<version>0.8.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation 'io.dropwizard:dropwizard-jetty:0.8.0-rc1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation ("io.dropwizard:dropwizard-jetty:0.8.0-rc1")
'io.dropwizard:dropwizard-jetty:jar:0.8.0-rc1'
<dependency org="io.dropwizard" name="dropwizard-jetty" rev="0.8.0-rc1">
<artifact name="dropwizard-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jetty', version='0.8.0-rc1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jetty" % "0.8.0-rc1"
[io.dropwizard/dropwizard-jetty "0.8.0-rc1"]