dotty-cps-async_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.rssh</groupId> <artifactId>dotty-cps-async_3</artifactId> <version>0.9.23</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.github.rssh</groupId> <artifactId>dotty-cps-async_3</artifactId> <packaging>jar</packaging> <description>async/await macros based on optimised monadic cps transform</description> <url>https://github.com/rssh/dotty-cps-async</url> <version>0.9.23</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>dotty-cps-async</name> <organization> <name>rssh</name> <url>https://github.com/rssh</url> </organization> <scm> <url>https://github.com/rssh/dotty-cps-async</url> <connection>scm:git@github.com:rssh/dotty-cps-async.git</connection> </scm> <developers> <developer> <id>rssh</id> <name>Ruslan Shevchenko</name> <url>https://github.com/rssh</url> <email>ruslan@shevchenko.kiev.ua</email> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>com.github.sbt</groupId> <artifactId>junit-interface</artifactId> <version>0.13.3</version> <scope>test</scope> </dependency> </dependencies> </project>