License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-project |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Project
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-project-4.0.0-beta.1.pom | 22 KB |
dropwizard-project-4.0.0-beta.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-project/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-project</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-project/
implementation 'io.dropwizard:dropwizard-project:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-project/
implementation ("io.dropwizard:dropwizard-project:4.0.0-beta.1")
'io.dropwizard:dropwizard-project:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-project" rev="4.0.0-beta.1">
<artifact name="dropwizard-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-project', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-project" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-project "4.0.0-beta.1"]