zio-mavencentral_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jamesward</groupId> <artifactId>zio-mavencentral_3</artifactId> <version>0.0.16</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.jamesward</groupId> <artifactId>zio-mavencentral_3</artifactId> <packaging>jar</packaging> <description>zio-mavencentral</description> <url>https://github.com/jamesward/zio-mavencentral</url> <version>0.0.16</version> <licenses> <license> <name>MIT License</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>zio-mavencentral</name> <organization> <name>com.jamesward</name> <url>https://github.com/jamesward/zio-mavencentral</url> </organization> <scm> <url>https://github.com/jamesward/zio-mavencentral</url> <connection>scm:git:https://github.com/jamesward/zio-mavencentral.git</connection> <developerConnection>scm:git:git@github.com:jamesward/zio-mavencentral.git</developerConnection> </scm> <developers> <developer> <id>jamesward</id> <name>James Ward</name> <url>https://jamesward.com</url> <email>james@jamesward.com</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.5.0</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio_3</artifactId> <version>2.1.7</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-direct_3</artifactId> <version>1.0.0-RC7</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-direct-streams_3</artifactId> <version>1.0.0-RC7</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-http_3</artifactId> <version>3.0.0-RC9</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.27.1</version> </dependency> <dependency> <groupId>de.sciss</groupId> <artifactId>semverfi_3</artifactId> <version>0.3.0</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-test_3</artifactId> <version>2.1.7</version> <scope>test</scope> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-test-sbt_3</artifactId> <version>2.1.7</version> <scope>test</scope> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-test-magnolia_3</artifactId> <version>2.1.7</version> <scope>test</scope> </dependency> </dependencies> </project>