is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-jackson 1.1.3


Categories

Categories

DropWizard Container Microservices Jackson Data JSON
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-jackson
Version

Version

1.1.3
Type

Type

jar

Download dropwizard-jackson 1.1.3


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