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