is not current version
Last Version 1.2.3-2

io.github.msteinhoff:dropwizard-grpc 1.1.3-1

A set of classes to use a gRPC server in a Dropwizard service.

Categories

Categories

DropWizard Container Microservices gRPC Net Networking
GroupId

GroupId

io.github.msteinhoff
ArtifactId

ArtifactId

dropwizard-grpc
Version

Version

1.1.3-1
Type

Type

jar

Download dropwizard-grpc 1.1.3-1


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