turbolift-core-next_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.marcinzh</groupId> <artifactId>turbolift-core-next_3</artifactId> <version>0.110.0</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.marcinzh</groupId> <artifactId>turbolift-core-next_3</artifactId> <packaging>jar</packaging> <description>Algebraic Effects for Scala 3</description> <url>https://github.com/marcinzh/turbolift</url> <version>0.110.0</version> <licenses> <license> <name>MIT</name> <url>http://www.opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>turbolift-core</name> <organization> <name>marcinzh</name> <url>https://github.com/marcinzh/turbolift</url> </organization> <scm> <url>https://github.com/marcinzh/turbolift</url> <connection>scm:git@github.com:marcinzh/turbolift.git</connection> </scm> <developers> <developer> <id>marcinzh</id> <name>Marcin Żebrowski</name> <url>https://github.com/marcinzh</url> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.6.4</version> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_3</artifactId> <version>5.4.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-matcher-extra_3</artifactId> <version>5.4.0</version> <scope>test</scope> </dependency> </dependencies> </project>