Categories |
CategoriesJetty Container Application Servers DropWizard Microservices |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-jetty |
Version | Version3.0.0-beta.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jetty</artifactId>
<version>3.0.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation 'io.dropwizard:dropwizard-jetty:3.0.0-beta.2'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation ("io.dropwizard:dropwizard-jetty:3.0.0-beta.2")
'io.dropwizard:dropwizard-jetty:jar:3.0.0-beta.2'
<dependency org="io.dropwizard" name="dropwizard-jetty" rev="3.0.0-beta.2">
<artifact name="dropwizard-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jetty', version='3.0.0-beta.2')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jetty" % "3.0.0-beta.2"
[io.dropwizard/dropwizard-jetty "3.0.0-beta.2"]