Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.dropwizard-bundles |
ArtifactId | ArtifactIddropwizard-webjars-bundle |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-webjars-bundle/ -->
<dependency>
<groupId>io.dropwizard-bundles</groupId>
<artifactId>dropwizard-webjars-bundle</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-webjars-bundle/
implementation 'io.dropwizard-bundles:dropwizard-webjars-bundle:1.0.5'
// https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-webjars-bundle/
implementation ("io.dropwizard-bundles:dropwizard-webjars-bundle:1.0.5")
'io.dropwizard-bundles:dropwizard-webjars-bundle:jar:1.0.5'
<dependency org="io.dropwizard-bundles" name="dropwizard-webjars-bundle" rev="1.0.5">
<artifact name="dropwizard-webjars-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard-bundles', module='dropwizard-webjars-bundle', version='1.0.5')
)
libraryDependencies += "io.dropwizard-bundles" % "dropwizard-webjars-bundle" % "1.0.5"
[io.dropwizard-bundles/dropwizard-webjars-bundle "1.0.5"]