bobcats_sjs1_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.armanbilge</groupId>
<artifactId>bobcats_sjs1_2.13</artifactId>
<version>0.1-0521607</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>com.armanbilge</groupId>
<artifactId>bobcats_sjs1_2.13</artifactId>
<packaging>jar</packaging>
<description>bobcats</description>
<url>https://github.com/typelevel/bobcats</url>
<version>0.1-0521607</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>bobcats</name>
<inceptionYear>2021</inceptionYear>
<organization>
<name>Typelevel</name>
<url>https://github.com/typelevel/bobcats</url>
</organization>
<scm>
<url>https://github.com/typelevel/bobcats</url>
<connection>git@github.com:typelevel/bobcats.git</connection>
</scm>
<developers>
<developer>
<id>armanbilge</id>
<name>Arman Bilge</name>
<url>https://github.com/armanbilge</url>
<email>@armanbilge</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.7</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.13</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_sjs1_2.13</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-kernel_sjs1_2.13</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.scodec</groupId>
<artifactId>scodec-bits_sjs1_2.13</artifactId>
<version>1.1.30</version>
</dependency>
</dependencies>
</project>