License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.higherkindness |
ArtifactId | ArtifactIdmu-rpc-dropwizard_2.12 |
Version | Version0.28.0 |
Type | Typejar |
Description |
Descriptiondropwizard
Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.higherkindness/mu-rpc-dropwizard_2.12/ -->
<dependency>
<groupId>io.higherkindness</groupId>
<artifactId>mu-rpc-dropwizard_2.12</artifactId>
<version>0.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.higherkindness/mu-rpc-dropwizard_2.12/
implementation 'io.higherkindness:mu-rpc-dropwizard_2.12:0.28.0'
// https://jarcasting.com/artifacts/io.higherkindness/mu-rpc-dropwizard_2.12/
implementation ("io.higherkindness:mu-rpc-dropwizard_2.12:0.28.0")
'io.higherkindness:mu-rpc-dropwizard_2.12:jar:0.28.0'
<dependency org="io.higherkindness" name="mu-rpc-dropwizard_2.12" rev="0.28.0">
<artifact name="mu-rpc-dropwizard_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higherkindness', module='mu-rpc-dropwizard_2.12', version='0.28.0')
)
libraryDependencies += "io.higherkindness" % "mu-rpc-dropwizard_2.12" % "0.28.0"
[io.higherkindness/mu-rpc-dropwizard_2.12 "0.28.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
io.higherkindness : mu-rpc-service_2.12 | jar | 0.28.0 |
io.dropwizard.metrics : metrics-core | jar | 4.2.7 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-compiler | jar | 2.12.15 |