common-http4s-test_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kirill5k</groupId>
<artifactId>common-http4s-test_3</artifactId>
<version>0.1.29</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.kirill5k</groupId>
<artifactId>common-http4s-test_3</artifactId>
<packaging>jar</packaging>
<description>common-http4s-test</description>
<url>https://github.com/kirill5k/common-scala</url>
<version>0.1.29</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>common-http4s-test</name>
<organization>
<name>io.github.kirill5k</name>
<url>https://github.com/kirill5k/common-scala</url>
</organization>
<scm>
<url>https://github.com/Kirill5k/common-scala</url>
<connection>scm:git:https://github.com/Kirill5k/common-scala.git</connection>
<developerConnection>scm:git:git@github.com:Kirill5k/common-scala.git</developerConnection>
</scm>
<developers>
<developer>
<id>kirill5k</id>
<name>Kirill</name>
<url>https://github.com/kirill5k</url>
<email>immotional@aol.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>io.github.kirill5k</groupId>
<artifactId>common-cats-test_3</artifactId>
<version>0.1.29</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_3</artifactId>
<version>0.23.34</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-parser_3</artifactId>
<version>0.14.15</version>
</dependency>
</dependencies>
</project>