Dropwizard Patch

An implementation of the HTTP method PATCH using RFC6902 for the Dropwizard framework.

License

License

The Apache Software License, Version 2.0
Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.progix.dropwizard
ArtifactId

ArtifactId

dropwizard-patch
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard Patch
An implementation of the HTTP method PATCH using RFC6902 for the Dropwizard framework.
Project URL

Project URL

https://github.com/tbugrara/dropwizard-patch

Download dropwizard-patch

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.0