Categories |
CategoriesDropWizard Container Microservices Protobuf Data Data Structures |
---|---|
GroupId | GroupIdio.dropwizard.modules |
ArtifactId | ArtifactIddropwizard-protobuf |
Version | Version1.0.3-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-protobuf/ -->
<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-protobuf</artifactId>
<version>1.0.3-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-protobuf/
implementation 'io.dropwizard.modules:dropwizard-protobuf:1.0.3-1'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-protobuf/
implementation ("io.dropwizard.modules:dropwizard-protobuf:1.0.3-1")
'io.dropwizard.modules:dropwizard-protobuf:jar:1.0.3-1'
<dependency org="io.dropwizard.modules" name="dropwizard-protobuf" rev="1.0.3-1">
<artifact name="dropwizard-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-protobuf', version='1.0.3-1')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-protobuf" % "1.0.3-1"
[io.dropwizard.modules/dropwizard-protobuf "1.0.3-1"]