is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-jackson 2.0.25


Categories

Categories

DropWizard Container Microservices Jackson Data JSON
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-jackson
Version

Version

2.0.25
Type

Type

jar

Download dropwizard-jackson 2.0.25


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