async-channels-scala
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.matzoliv</groupId> <artifactId>async-channels-scala</artifactId> <version>0.0.1-alpha</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.matzoliv</groupId> <artifactId>async-channels-scala</artifactId> <version>0.0.1-alpha</version> <name>io.github.matzoliv</name> <description>async-channels-scala</description> <url>https://matzoliv.github.io/async-channels</url> <licenses> <license> <name>Eclipse Public License 1.0</name> <url>https://opensource.org/licenses/eclipse-1.0.php</url> </license> </licenses> <developers> <developer> <id>omatz</id> <name>Olivier Matz</name> <email>omatz@fastmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/matzoliv/async-channels.git</connection> <developerConnection>scm:git:ssh://github.com:matzoliv/async-channels.git</developerConnection> <url>https://github.com/matzoliv/async-channels</url> </scm> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.matzoliv</groupId> <artifactId>async-channels-core</artifactId> <version>0.0.1-alpha</version> <scope>runtime</scope> </dependency> </dependencies> </project>