muffin-circe-json-interop_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ru.tinkoff</groupId> <artifactId>muffin-circe-json-interop_3</artifactId> <version>0.3.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>ru.tinkoff</groupId> <artifactId>muffin-circe-json-interop_3</artifactId> <packaging>jar</packaging> <description>Mattermost API for Scala 3</description> <url>https://github.com/Tinkoff/muffin</url> <version>0.3.0</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>muffin-circe-json-interop</name> <organization> <name>ru.tinkoff</name> <url>https://github.com/Tinkoff/muffin</url> </organization> <scm> <url>https://github.com/Tinkoff/muffin</url> <connection>scm:git@github.com:Tinkoff/muffin.git</connection> </scm> <developers> <developer> <id>little-inferno</id> <name>Danil Zasypkin</name> <url>https://github.com/little-inferno</url> <email>d.zasypkin@tinkoff.ru</email> </developer> </developers> <dependencies> <dependency> <groupId>ru.tinkoff</groupId> <artifactId>muffin-core_3</artifactId> <version>0.3.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.0</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-core_3</artifactId> <version>0.14.3</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-parser_3</artifactId> <version>0.14.3</version> </dependency> </dependencies> </project>