| Categories |
CategoriesDropWizard Container Microservices gRPC Net Networking |
|---|---|
| GroupId | GroupIdio.github.msteinhoff |
| ArtifactId | ArtifactIddropwizard-grpc |
| Version | Version1.0.0-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-grpc-1.0.0-1.pom | |
| dropwizard-grpc-1.0.0-1.jar | 8 KB |
| dropwizard-grpc-1.0.0-1-sources.jar | 6 KB |
| dropwizard-grpc-1.0.0-1-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.msteinhoff/dropwizard-grpc/ -->
<dependency>
<groupId>io.github.msteinhoff</groupId>
<artifactId>dropwizard-grpc</artifactId>
<version>1.0.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.msteinhoff/dropwizard-grpc/
implementation 'io.github.msteinhoff:dropwizard-grpc:1.0.0-1'
// https://jarcasting.com/artifacts/io.github.msteinhoff/dropwizard-grpc/
implementation ("io.github.msteinhoff:dropwizard-grpc:1.0.0-1")
'io.github.msteinhoff:dropwizard-grpc:jar:1.0.0-1'
<dependency org="io.github.msteinhoff" name="dropwizard-grpc" rev="1.0.0-1">
<artifact name="dropwizard-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.msteinhoff', module='dropwizard-grpc', version='1.0.0-1')
)
libraryDependencies += "io.github.msteinhoff" % "dropwizard-grpc" % "1.0.0-1"
[io.github.msteinhoff/dropwizard-grpc "1.0.0-1"]