zio-http-cli_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-http-cli_2.12</artifactId>
<version>3.11.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>dev.zio</groupId>
<artifactId>zio-http-cli_2.12</artifactId>
<packaging>jar</packaging>
<description>zio-http-cli</description>
<url>https://zio.dev/zio-http</url>
<version>3.11.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/zio/zio-http/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zio-http-cli</name>
<organization>
<name>zio</name>
<url>https://zio.dev/zio-http</url>
</organization>
<scm>
<url>https://github.com/zio/zio-http</url>
<connection>scm:git@github.com:zio/zio-http.git</connection>
</scm>
<developers>
<developer>
<id>jdegoes</id>
<name>John De Goes</name>
<url>http://degoes.net</url>
<email>john@degoes.net</email>
</developer>
<developer>
<id>vigoo</id>
<name>Daniel Vigovszky</name>
<url>https://vigoo.github.io/</url>
<email>daniel.vigovszky@gmail.com</email>
</developer>
<developer>
<id>987Nabil</id>
<name>Nabil Abdel-Hafeez</name>
<url>https://github.com/987Nabil</url>
<email>987.nabil@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.21</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-http_2.12</artifactId>
<version>3.11.2</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-http-testkit_2.12</artifactId>
<version>3.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-cli_2.12</artifactId>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_2.12</artifactId>
<version>2.1.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_2.12</artifactId>
<version>2.1.26</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>sonatype-central-maven-snapshots</id>
<name>sonatype-central-maven-snapshots</name>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<layout>default</layout>
</repository>
</repositories>
</project>