cogrpc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tech.relaycorp</groupId> <artifactId>cogrpc</artifactId> <version>1.1.32</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>tech.relaycorp</groupId> <artifactId>cogrpc</artifactId> <version>1.1.32</version> <name>cogrpc</name> <description>Awala CogRPC Binding for the JVM</description> <url>https://github.com/relaycorp/awala-cogrpc-jvm</url> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <id>relaycorp</id> <name>Relaycorp, Inc.</name> <email>no-reply@relaycorp.tech</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/relaycorp/awala-cogrpc-jvm.git</connection> <developerConnection>scm:git:https://github.com/relaycorp/awala-cogrpc-jvm.git</developerConnection> <url>https://github.com/relaycorp/awala-cogrpc-jvm</url> </scm> <dependencies> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.8.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.6.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>tech.relaycorp</groupId> <artifactId>awala</artifactId> <version>[1.66.4,2.0.0)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-gradle-plugin</artifactId> <version>0.9.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.22.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> <version>3.22.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>1.61.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>1.61.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.70</version> <scope>runtime</scope> </dependency> </dependencies> </project>