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