| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdcom.yammer.dropwizard |
| ArtifactId | ArtifactIddropwizard-parent |
| Last Version | Last Version0.6.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDropwizard Project
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
services.
|
| Filename | Size |
|---|---|
| dropwizard-parent-0.6.2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-parent/ -->
<dependency>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-parent/
implementation 'com.yammer.dropwizard:dropwizard-parent:0.6.2'
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-parent/
implementation ("com.yammer.dropwizard:dropwizard-parent:0.6.2")
'com.yammer.dropwizard:dropwizard-parent:pom:0.6.2'
<dependency org="com.yammer.dropwizard" name="dropwizard-parent" rev="0.6.2">
<artifact name="dropwizard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yammer.dropwizard', module='dropwizard-parent', version='0.6.2')
)
libraryDependencies += "com.yammer.dropwizard" % "dropwizard-parent" % "0.6.2"
[com.yammer.dropwizard/dropwizard-parent "0.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.easytesting : fest-assert-core | jar | 2.0M10 |