| License | License | 
|---|---|
| Categories | CategoriesJetty Container Application Servers DropWizard Microservices config Application Layer Libs Configuration | 
| GroupId | GroupIdcom.franzwong.app.dropwizard.bundle | 
| ArtifactId | ArtifactIdjetty-configurable-bundle | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJetty Configurable Dropwizard Bundle Dropwizard bundle that enables configure Jetty server | 
<!-- https://jarcasting.com/artifacts/com.franzwong.app.dropwizard.bundle/jetty-configurable-bundle/ -->
<dependency>
    <groupId>com.franzwong.app.dropwizard.bundle</groupId>
    <artifactId>jetty-configurable-bundle</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.franzwong.app.dropwizard.bundle/jetty-configurable-bundle/
implementation 'com.franzwong.app.dropwizard.bundle:jetty-configurable-bundle:1.0.0'// https://jarcasting.com/artifacts/com.franzwong.app.dropwizard.bundle/jetty-configurable-bundle/
implementation ("com.franzwong.app.dropwizard.bundle:jetty-configurable-bundle:1.0.0")'com.franzwong.app.dropwizard.bundle:jetty-configurable-bundle:jar:1.0.0'<dependency org="com.franzwong.app.dropwizard.bundle" name="jetty-configurable-bundle" rev="1.0.0">
  <artifact name="jetty-configurable-bundle" type="jar" />
</dependency>@Grapes(
@Grab(group='com.franzwong.app.dropwizard.bundle', module='jetty-configurable-bundle', version='1.0.0')
)libraryDependencies += "com.franzwong.app.dropwizard.bundle" % "jetty-configurable-bundle" % "1.0.0"[com.franzwong.app.dropwizard.bundle/jetty-configurable-bundle "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 0.8.2 |