| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdde.lhorn |
| ArtifactId | ArtifactIddropwizard-helloworld |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDropwizard Hello World
A Hello World application using Dropwizard.
|
| Filename | Size |
|---|---|
| dropwizard-helloworld-1.0.pom | |
| dropwizard-helloworld-1.0.jar | 14 MB |
| dropwizard-helloworld-1.0-sources.jar | 7 KB |
| dropwizard-helloworld-1.0-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.lhorn/dropwizard-helloworld/ -->
<dependency>
<groupId>de.lhorn</groupId>
<artifactId>dropwizard-helloworld</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.lhorn/dropwizard-helloworld/
implementation 'de.lhorn:dropwizard-helloworld:1.0'
// https://jarcasting.com/artifacts/de.lhorn/dropwizard-helloworld/
implementation ("de.lhorn:dropwizard-helloworld:1.0")
'de.lhorn:dropwizard-helloworld:jar:1.0'
<dependency org="de.lhorn" name="dropwizard-helloworld" rev="1.0">
<artifact name="dropwizard-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.lhorn', module='dropwizard-helloworld', version='1.0')
)
libraryDependencies += "de.lhorn" % "dropwizard-helloworld" % "1.0"
[de.lhorn/dropwizard-helloworld "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.6.2 |
| org.mockito : mockito-core | jar | 2.7.12 |
| io.dropwizard : dropwizard-testing | jar | 1.1.2 |