sdkakkagrpc_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.coralogix</groupId>
<artifactId>sdkakkagrpc_2.13</artifactId>
<version>0.1.1</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>com.coralogix</groupId>
<artifactId>sdkakkagrpc_2.13</artifactId>
<packaging>jar</packaging>
<description>sdkAkkaGrpc</description>
<url>https://github.com/coralogix/coralogix-sdk</url>
<version>0.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sdkAkkaGrpc</name>
<organization>
<name>com.coralogix</name>
<url>https://github.com/coralogix/coralogix-sdk</url>
</organization>
<scm>
<url>https://github.com/coralogix/coralogix-sdk</url>
<connection>scm:git:https://github.com/coralogix/coralogix-sdk.git</connection>
<developerConnection>scm:git:git@github.com:coralogix/coralogix-sdk.git</developerConnection>
</scm>
<developers>
<developer>
<id>iravid</id>
<name>Itamar Ravid</name>
<url>https://www.coralogix.com</url>
</developer>
<developer>
<id>zhrebicek</id>
<name>Zdenek Hrebicek</name>
<url>https://www.coralogix.com</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.8</version>
</dependency>
<dependency>
<groupId>com.coralogix</groupId>
<artifactId>sdk-core_2.13</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_2.13</artifactId>
<version>0.11.10</version>
</dependency>
<dependency>
<groupId>com.lightbend.akka.grpc</groupId>
<artifactId>akka-grpc-runtime_2.13</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.45.0</version>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb.common-protos</groupId>
<artifactId>proto-google-common-protos-scalapb_0.11_2.13</artifactId>
<version>2.5.0-2</version>
</dependency>
</dependencies>
</project>