is not current version
Last Version 2.0.12-1

io.dropwizard.modules:dropwizard-protobuf 1.2.3-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

1.2.3-1
Type

Type

jar

Download dropwizard-protobuf 1.2.3-1


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