is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-jackson 0.9.2


Categories

Categories

DropWizard Container Microservices Jackson Data JSON
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-jackson
Version

Version

0.9.2
Type

Type

jar

Download dropwizard-jackson 0.9.2


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