| Categories |
CategoriesDropWizard Container Microservices |
|---|---|
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-core |
| Version | Version0.9.0-rc3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-core-0.9.0-rc3.pom | |
| dropwizard-core-0.9.0-rc3.jar | 38 KB |
| dropwizard-core-0.9.0-rc3-sources.jar | 23 KB |
| dropwizard-core-0.9.0-rc3-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-core/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>0.9.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-core/
implementation 'io.dropwizard:dropwizard-core:0.9.0-rc3'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-core/
implementation ("io.dropwizard:dropwizard-core:0.9.0-rc3")
'io.dropwizard:dropwizard-core:jar:0.9.0-rc3'
<dependency org="io.dropwizard" name="dropwizard-core" rev="0.9.0-rc3">
<artifact name="dropwizard-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-core', version='0.9.0-rc3')
)
libraryDependencies += "io.dropwizard" % "dropwizard-core" % "0.9.0-rc3"
[io.dropwizard/dropwizard-core "0.9.0-rc3"]