Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.progix.dropwizard |
ArtifactId | ArtifactIddropwizard-patch |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-patch-0.2.1.pom | |
dropwizard-patch-0.2.1.jar | 27 KB |
dropwizard-patch-0.2.1-sources.jar | 31 KB |
dropwizard-patch-0.2.1-javadoc.jar | 128 KB |
Browse |
<!-- 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"]