Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.dropwizard.archetypes |
ArtifactId | ArtifactIddropwizard-archetypes |
Version | Version3.0.0-beta.1 |
Type | Typepom |
Filename | Size |
---|---|
dropwizard-archetypes-3.0.0-beta.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.archetypes/dropwizard-archetypes/ -->
<dependency>
<groupId>io.dropwizard.archetypes</groupId>
<artifactId>dropwizard-archetypes</artifactId>
<version>3.0.0-beta.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.archetypes/dropwizard-archetypes/
implementation 'io.dropwizard.archetypes:dropwizard-archetypes:3.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard.archetypes/dropwizard-archetypes/
implementation ("io.dropwizard.archetypes:dropwizard-archetypes:3.0.0-beta.1")
'io.dropwizard.archetypes:dropwizard-archetypes:pom:3.0.0-beta.1'
<dependency org="io.dropwizard.archetypes" name="dropwizard-archetypes" rev="3.0.0-beta.1">
<artifact name="dropwizard-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.archetypes', module='dropwizard-archetypes', version='3.0.0-beta.1')
)
libraryDependencies += "io.dropwizard.archetypes" % "dropwizard-archetypes" % "3.0.0-beta.1"
[io.dropwizard.archetypes/dropwizard-archetypes "3.0.0-beta.1"]