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