is not current version
Last Version 0.2.2

io.progix.dropwizard:dropwizard-patch 0.2.1

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

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.progix.dropwizard
ArtifactId

ArtifactId

dropwizard-patch
Version

Version

0.2.1
Type

Type

jar

Download dropwizard-patch 0.2.1


<!-- https://jarcasting.com/artifacts/io.progix.dropwizard/dropwizard-patch/ -->
<dependency>
    <groupId>io.progix.dropwizard</groupId>
    <artifactId>dropwizard-patch</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.progix.dropwizard/dropwizard-patch/
implementation 'io.progix.dropwizard:dropwizard-patch:0.2.1'
// https://jarcasting.com/artifacts/io.progix.dropwizard/dropwizard-patch/
implementation ("io.progix.dropwizard:dropwizard-patch:0.2.1")
'io.progix.dropwizard:dropwizard-patch:jar:0.2.1'
<dependency org="io.progix.dropwizard" name="dropwizard-patch" rev="0.2.1">
  <artifact name="dropwizard-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.progix.dropwizard', module='dropwizard-patch', version='0.2.1')
)
libraryDependencies += "io.progix.dropwizard" % "dropwizard-patch" % "0.2.1"
[io.progix.dropwizard/dropwizard-patch "0.2.1"]