monix-grpc-runtime_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>me.vican.jorge</groupId> <artifactId>monix-grpc-runtime_2.12</artifactId> <version>0.0.0+48-f17bfc3b</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>me.vican.jorge</groupId> <artifactId>monix-grpc-runtime_2.12</artifactId> <packaging>jar</packaging> <description>monix-grpc-runtime</description> <url>https://github.com/jvican/dijon</url> <version>0.0.0+48-f17bfc3b</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>monix-grpc-runtime</name> <organization> <name>me.vican.jorge</name> <url>https://github.com/jvican/dijon</url> </organization> <scm> <url>https://github.com/jvican/dijon</url> <connection>scm:git:git@github.com:jvican/dijon.git</connection> </scm> <developers> <developer> <id>jvican</id> <name>Jorge Vicente Cantero</name> <url>https://jvican.github.io/</url> <email>jorgevc@fastmail.es</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.12</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-api</artifactId> <version>1.37.0</version> </dependency> <dependency> <groupId>io.monix</groupId> <artifactId>monix_2.12</artifactId> <version>3.4.0</version> </dependency> <dependency> <groupId>com.thesamet.scalapb</groupId> <artifactId>scalapb-runtime_2.12</artifactId> <version>0.11.3</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>1.37.0</version> <scope>test</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>1.37.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalameta</groupId> <artifactId>munit_2.12</artifactId> <version>0.7.26</version> <scope>test</scope> </dependency> </dependencies> </project>