tgbot-callback-data_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ru.johnspade</groupId>
<artifactId>tgbot-callback-data_3</artifactId>
<version>0.8.1</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>ru.johnspade</groupId>
<artifactId>tgbot-callback-data_3</artifactId>
<packaging>jar</packaging>
<description>Collection of utilities for building Telegram bots in Scala</description>
<url>https://github.com/johnspade/tgbot-utils</url>
<version>0.8.1</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>tgbot-callback-data</name>
<organization>
<name>ru.johnspade</name>
<url>https://github.com/johnspade/tgbot-utils</url>
</organization>
<scm>
<url>https://github.com/johnspade/tgbot-utils</url>
<connection>git@github.com:johnspade/tgbot-utils.git</connection>
</scm>
<developers>
<developer>
<id>johnspade</id>
<name>John S</name>
<url>https://github.com/johnspade</url>
<email>i+tgbotutils@jspade.dev</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>com.softwaremill.magnolia1_3</groupId>
<artifactId>magnolia_3</artifactId>
<version>1.3.7</version>
</dependency>
<dependency>
<groupId>ru.johnspade</groupId>
<artifactId>csv3s_3</artifactId>
<version>0.1.4</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_3</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_3</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_3</artifactId>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>