sec_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ahjohannessen</groupId>
<artifactId>sec_2.13</artifactId>
<version>0.1.0-M2</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.github.ahjohannessen</groupId>
<artifactId>sec_2.13</artifactId>
<packaging>jar</packaging>
<description>sec</description>
<url>https://github.com/ahjohannessen/sec</url>
<version>0.1.0-M2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sec</name>
<inceptionYear>2020</inceptionYear>
<organization>
<name>Alex Henning Johannessen</name>
<url>https://github.com/ahjohannessen/sec</url>
</organization>
<scm>
<url>https://github.com/ahjohannessen/sec</url>
<connection>git@github.com:ahjohannessen/sec.git</connection>
</scm>
<developers>
<developer>
<id>ahjohannessen</id>
<name>Alex Henning Johannessen</name>
<url>https://github.com/ahjohannessen</url>
<email>ahjohannessen@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>io.github.ahjohannessen</groupId>
<artifactId>sec-core_2.13</artifactId>
<version>0.1.0-M2</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>1.30.1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.30.Final</version>
</dependency>
</dependencies>
</project>