sight-client_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ashwinbhaskar</groupId>
<artifactId>sight-client_3</artifactId>
<version>0.1.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>io.github.ashwinbhaskar</groupId>
<artifactId>sight-client_3</artifactId>
<packaging>jar</packaging>
<description>sight-client</description>
<url>https://github.com/ashwinbhaskar/sight-dotty</url>
<version>0.1.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sight-client</name>
<organization>
<name>io.github.ashwinbhaskar</name>
<url>https://github.com/ashwinbhaskar/sight-dotty</url>
</organization>
<scm>
<url>https://github.com/ashwinbhaskar/sight-dotty</url>
<connection>scm:git@github.com:ashwinbhaskar/sight-dotty.git</connection>
</scm>
<developers>
<developer>
<id>ashwinbhaskar</id>
<name>Ashwin Bhaskar</name>
<url>https://github.com/ashwinbhaskar</url>
<email>ashwinbhskr@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>0.7.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>core_2.13</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>circe_2.13</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.13</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
</project>