s2mc-protocol-impl_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kory33</groupId>
<artifactId>s2mc-protocol-impl_3</artifactId>
<version>0.2.3</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.kory33</groupId>
<artifactId>s2mc-protocol-impl_3</artifactId>
<packaging>jar</packaging>
<description>s2mc-protocol-impl</description>
<url>https://github.com/kory33/s2mc-test</url>
<version>0.2.3</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>s2mc-protocol-impl</name>
<organization>
<name>io.github.kory33</name>
<url>https://github.com/kory33/s2mc-test</url>
</organization>
<scm>
<url>https://github.com/kory33/s2mc-test</url>
<connection>scm:git@github.com:kory33/s2mc-test.git</connection>
</scm>
<developers>
<developer>
<id>kory33</id>
<name>Ryosuke Kondo</name>
<url>https://github.com/kory33</url>
<email>korygm33@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>io.github.kory33</groupId>
<artifactId>s2mc-protocol-core_3</artifactId>
<version>0.2.3</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-free_3</artifactId>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_3</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_3</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>shapeless3-deriving_3</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-15_3</artifactId>
<version>3.2.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-io_3</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>net.katsstuff</groupId>
<artifactId>typenbt_2.13</artifactId>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.scodec</groupId>
<artifactId>scodec-bits_3</artifactId>
<version>1.1.28</version>
</dependency>
</dependencies>
</project>