stream-util-model_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.codemettle</groupId>
<artifactId>stream-util-model_2.12</artifactId>
<version>1.0.2-AKKA25</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.codemettle</groupId>
<artifactId>stream-util-model_2.12</artifactId>
<packaging>jar</packaging>
<description>stream-util-model</description>
<url>https://github.com/CodeMettle/netflow</url>
<version>1.0.2-AKKA25</version>
<licenses>
<license>
<name>APL2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>stream-util-model</name>
<organization>
<name>com.codemettle</name>
<url>https://github.com/CodeMettle/netflow</url>
</organization>
<scm>
<url>https://github.com/CodeMettle/netflow</url>
<connection>git@github.com:CodeMettle/netflow.git</connection>
</scm>
<developers>
<developer>
<id>CodeMettle</id>
<name>CodeMettle</name>
<url>https://github.com/CodeMettle</url>
<email>steven@codemettle.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.11</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.12</artifactId>
<version>2.5.25</version>
</dependency>
</dependencies>
</project>