zio-telegram-bot-api_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.aalbul</groupId>
<artifactId>zio-telegram-bot-api_2.13</artifactId>
<version>0.4.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.aalbul</groupId>
<artifactId>zio-telegram-bot-api_2.13</artifactId>
<packaging>jar</packaging>
<description>ZIO-Powered Telegram Bot Api for Scala</description>
<url>https://github.com/aalbul/zio-telegram-bot-api</url>
<version>0.4.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/aalbul/zio-telegram-bot-api/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zio-telegram-bot-api</name>
<organization>
<name>Nemesis</name>
<url>https://github.com/aalbul/zio-telegram-bot-api</url>
</organization>
<scm>
<url>https://github.com/aalbul/zio-telegram-bot-api</url>
<connection>scm:git@github.com:aalbul/zio-telegram-bot-api.git</connection>
</scm>
<developers>
<developer>
<id>gorenuru</id>
<name>Oleksandr Albul</name>
<url>https://github.com/aalbul</url>
<email>gorenuru@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.8</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_2.13</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-streams_2.13</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>zio_2.13</artifactId>
<version>3.8.3</version>
</dependency>
<dependency>
<groupId>com.beachape</groupId>
<artifactId>enumeratum_2.13</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.13</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
<artifactId>jsoniter-scala-core_2.13</artifactId>
<version>2.19.1</version>
</dependency>
<dependency>
<groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
<artifactId>jsoniter-scala-macros_2.13</artifactId>
<version>2.19.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.stephenn</groupId>
<artifactId>scalatest-circe_2.13</artifactId>
<version>0.2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-scala-scalatest_2.13</artifactId>
<version>1.17.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>