play-grpc-runtime_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.playframework</groupId> <artifactId>play-grpc-runtime_3</artifactId> <version>0.13.0-M1</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>org.playframework</groupId> <artifactId>play-grpc-runtime_3</artifactId> <packaging>jar</packaging> <description>play-grpc-runtime</description> <url>https://github.com/playframework/play-grpc</url> <version>0.13.0-M1</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>play-grpc-runtime</name> <organization> <name>The Play Framework Project</name> <url>https://playframework.com</url> </organization> <scm> <url>https://github.com/playframework/play-grpc</url> <connection>git@github.com:playframework/play-grpc</connection> </scm> <developers> <developer> <id>playframework</id> <name>The Play Framework Contributors</name> <url>https://github.com/playframework</url> <email>contact@playframework.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>org.apache.pekko</groupId> <artifactId>pekko-grpc-runtime_3</artifactId> <version>1.0.2</version> </dependency> <dependency> <groupId>org.playframework</groupId> <artifactId>play_3</artifactId> <version>3.1.0-M1</version> <exclusions> <exclusion> <groupId>javax.activation</groupId> <artifactId>javax.activation-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.playframework</groupId> <artifactId>play-pekko-http-server_3</artifactId> <version>3.1.0-M1</version> </dependency> <dependency> <groupId>org.apache.pekko</groupId> <artifactId>pekko-discovery_3</artifactId> <version>1.0.3</version> </dependency> <dependency> <groupId>org.apache.pekko</groupId> <artifactId>pekko-http_3</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.pekko</groupId> <artifactId>pekko-http-spray-json_3</artifactId> <version>1.0.1</version> </dependency> </dependencies> </project>