is not current version
Last Version 2.0.12-1

io.dropwizard.modules:dropwizard-protobuf 2.0.7-1

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

2.0.7-1
Type

Type

jar

Download dropwizard-protobuf 2.0.7-1


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