akka-stream-alpakka-udp_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.lightbend.akka</groupId> <artifactId>akka-stream-alpakka-udp_2.13</artifactId> <version>6.0.2</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.lightbend.akka</groupId> <artifactId>akka-stream-alpakka-udp_2.13</artifactId> <packaging>jar</packaging> <description>Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.</description> <url>https://doc.akka.io/docs/alpakka/current</url> <version>6.0.2</version> <licenses> <license> <name>BUSL-1.1</name> <url>https://raw.githubusercontent.com/akka/alpakka/v6.0.2/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>akka-stream-alpakka-udp</name> <organization> <name>Lightbend Inc.</name> <url>https://www.lightbend.com/</url> </organization> <scm> <url>https://github.com/akka/alpakka</url> <connection>scm:git:https://github.com/akka/alpakka.git</connection> <developerConnection>scm:git:git@github.com:akka/alpakka.git</developerConnection> </scm> <developers> <developer> <id>contributors</id> <name>Contributors</name> <url>https://github.com/akka/alpakka/graphs/contributors</url> <email>https://gitter.im/akka/dev</email> </developer> </developers> <properties> <info.apiURL>https://doc.akka.io/api/alpakka/6.0.2/akka/stream/alpakka/index.html</info.apiURL> <info.releaseNotesUrl>https://github.com/akka/alpakka/releases/tag/v0.1.0-SNAPSHOT</info.releaseNotesUrl> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.10</version> </dependency> <dependency> <groupId>com.lightbend.akka</groupId> <artifactId>akka-stream-alpakka-testkit_2.13</artifactId> <version>6.0.2</version> <scope>test</scope> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.13</artifactId> <version>2.8.1</version> </dependency> </dependencies> </project>