Categories |
CategoriesJetty Container Application Servers DropWizard Microservices |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-jetty |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-jetty-1.0.0.pom | |
dropwizard-jetty-1.0.0.jar | 33 KB |
dropwizard-jetty-1.0.0-sources.jar | 22 KB |
dropwizard-jetty-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation 'io.dropwizard:dropwizard-jetty:1.0.0'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation ("io.dropwizard:dropwizard-jetty:1.0.0")
'io.dropwizard:dropwizard-jetty:jar:1.0.0'
<dependency org="io.dropwizard" name="dropwizard-jetty" rev="1.0.0">
<artifact name="dropwizard-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jetty', version='1.0.0')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jetty" % "1.0.0"
[io.dropwizard/dropwizard-jetty "1.0.0"]