| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdio.progix.dropwizard |
| ArtifactId | ArtifactIddropwizard-patch |
| Last Version | Last Version0.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDropwizard Patch
An implementation of the HTTP method PATCH using RFC6902 for the Dropwizard framework.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dropwizard-patch-0.2.2.pom | |
| dropwizard-patch-0.2.2.jar | 24 KB |
| dropwizard-patch-0.2.2-sources.jar | 27 KB |
| dropwizard-patch-0.2.2-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.progix.dropwizard/dropwizard-patch/ -->
<dependency>
<groupId>io.progix.dropwizard</groupId>
<artifactId>dropwizard-patch</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.progix.dropwizard/dropwizard-patch/
implementation 'io.progix.dropwizard:dropwizard-patch:0.2.2'
// https://jarcasting.com/artifacts/io.progix.dropwizard/dropwizard-patch/
implementation ("io.progix.dropwizard:dropwizard-patch:0.2.2")
'io.progix.dropwizard:dropwizard-patch:jar:0.2.2'
<dependency org="io.progix.dropwizard" name="dropwizard-patch" rev="0.2.2">
<artifact name="dropwizard-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.progix.dropwizard', module='dropwizard-patch', version='0.2.2')
)
libraryDependencies += "io.progix.dropwizard" % "dropwizard-patch" % "0.2.2"
[io.progix.dropwizard/dropwizard-patch "0.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.progix.jackson : jackson-patch | jar | 0.1.0 |
| io.dropwizard : dropwizard-testing | jar | 0.8.1 |
| io.dropwizard : dropwizard-core | jar | 0.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |