is not current version
Last Version 2.0.12-1

io.dropwizard.modules:dropwizard-protobuf 0.7.1-3

Support for reading and writing Google Protocol Buffer objects

Categories

Categories

DropWizard Container Microservices Protobuf Data Data Structures
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-protobuf
Version

Version

0.7.1-3
Type

Type

jar

Download dropwizard-protobuf 0.7.1-3


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