mu-rpc-http_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.higherkindness</groupId> <artifactId>mu-rpc-http_2.13</artifactId> <version>0.26.0</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.higherkindness</groupId> <artifactId>mu-rpc-http_2.13</artifactId> <packaging>jar</packaging> <description>Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2</description> <url>https://github.com/higherkindness/mu-scala</url> <version>0.26.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://api.github.com/licenses/apache-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>http</name> <inceptionYear>2017</inceptionYear> <organization> <name>47 Degrees Open Source</name> <url>https://www.47deg.com</url> </organization> <scm> <url>https://github.com/higherkindness/mu-scala</url> <connection>scm:git:https://github.com/higherkindness/mu-scala.git</connection> <developerConnection>scm:git:git@github.com:higherkindness/mu-scala.git</developerConnection> </scm> <developers> <developer> <id>naree</id> <name>naree</name> <url>https://github.com/naree</url> </developer> <developer> <id>47erbot</id> <name>47erbot</name> <url>https://github.com/47erbot</url> <email>developer@47deg.com</email> </developer> <developer> <id>AdrianRaFo</id> <name>Adrian Ramirez Fornell</name> <url>https://github.com/AdrianRaFo</url> </developer> <developer> <id>alejandrohdezma</id> <name>Alejandro Hernández</name> <url>https://github.com/alejandrohdezma</url> <email>info@alejandrohdezma.com</email> </developer> <developer> <id>serras</id> <name>Alejandro Serrano</name> <url>https://github.com/serras</url> </developer> <developer> <id>angoglez</id> <name>Ana Gomez</name> <url>https://github.com/angoglez</url> <email>angoglez@gmail.com</email> </developer> <developer> <id>AntonioMateoGomez</id> <name>Antonio Mateo</name> <url>https://github.com/AntonioMateoGomez</url> <email>amateo29@gmail.com</email> </developer> <developer> <id>BenFradet</id> <name>Ben Fradet</name> <url>https://github.com/BenFradet</url> </developer> <developer> <id>cb372</id> <name>Chris Birchall</name> <url>https://github.com/cb372</url> <email>chris.birchall@gmail.com</email> </developer> <developer> <id>dzanot</id> <name>Davis Zanot</name> <url>https://github.com/dzanot</url> </developer> <developer> <id>fedefernandez</id> <name>Fede Fernández</name> <url>https://github.com/fedefernandez</url> </developer> <developer> <id>franciscodr</id> <name>Francisco Diaz</name> <url>https://github.com/franciscodr</url> <email>francisco.d@47deg.com</email> </developer> <developer> <id>jdesiloniz</id> <name>Javier de Silóniz Sandino</name> <url>https://github.com/jdesiloniz</url> <email>javier.s.s@47deg.com</email> </developer> <developer> <id>JesusMtnez</id> <name>Jesús Martínez</name> <url>https://github.com/JesusMtnez</url> </developer> <developer> <id>juanpedromoreno</id> <name>Juan Pedro Moreno</name> <url>https://github.com/juanpedromoreno</url> </developer> <developer> <id>calvellido</id> <name>Juan Valencia</name> <url>https://github.com/calvellido</url> <email>juanvalencia@calvellido.es</email> </developer> <developer> <id>L-Lavigne</id> <name>Lawrence Lavigne</name> <url>https://github.com/L-Lavigne</url> <email>contact.lavigne@gmail.com</email> </developer> <developer> <id>noelmarkham</id> <name>Noel Markham</name> <url>https://github.com/noelmarkham</url> </developer> <developer> <id>pepegar</id> <name>Pepe García</name> <url>https://github.com/pepegar</url> </developer> <developer> <id>peterneyens</id> <name>Peter Neyens</name> <url>https://github.com/peterneyens</url> </developer> <developer> <id>rafaparadela</id> <name>Rafa Paradela</name> <url>https://github.com/rafaparadela</url> <email>rafa.p@47deg.com</email> </developer> <developer> <id>raulraja</id> <name>Raúl Raja Martínez</name> <url>https://github.com/raulraja</url> <email>raul@47deg.com</email> </developer> <developer> <id>rlmark</id> <name>Rebecca</name> <url>https://github.com/rlmark</url> </developer> <developer> <id>bilki</id> <name>Roberto Serrano</name> <url>https://github.com/bilki</url> </developer> <developer> <id>tyler-clark</id> <name>Tyler Clark</name> <url>https://github.com/tyler-clark</url> </developer> <developer> <id>mrtmmr</id> <name>eme</name> <url>https://github.com/mrtmmr</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> <version>2.13.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.4</version> </dependency> <dependency> <groupId>org.http4s</groupId> <artifactId>http4s-dsl_2.13</artifactId> <version>0.21.22</version> </dependency> <dependency> <groupId>org.http4s</groupId> <artifactId>http4s-blaze-server_2.13</artifactId> <version>0.21.22</version> </dependency> <dependency> <groupId>org.http4s</groupId> <artifactId>http4s-circe_2.13</artifactId> <version>0.21.22</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>1.36.1</version> </dependency> </dependencies> </project>