fluflu-msgpack-mess_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>fluflu-msgpack-mess_2.13</artifactId>
<version>0.24.11</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.github.tkrs</groupId>
<artifactId>fluflu-msgpack-mess_2.13</artifactId>
<packaging>jar</packaging>
<description>fluflu msgpack-mess</description>
<url>https://github.com/tkrs/fluflu</url>
<version>0.24.11</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>msgpack-mess</name>
<organization>
<name>com.github.tkrs</name>
<url>https://github.com/tkrs/fluflu</url>
</organization>
<scm>
<url>https://github.com/tkrs/fluflu</url>
<connection>scm:git:https://github.com/tkrs/fluflu.git</connection>
<developerConnection>scm:git:git@github.com:tkrs/fluflu.git</developerConnection>
</scm>
<developers>
<developer>
<id>tkrs</id>
<name>Takeru Sato</name>
<url>https://github.com/tkrs</url>
<email>type.in.type@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.16</version>
</dependency>
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>fluflu-msgpack_2.13</artifactId>
<version>0.24.11</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-17_2.13</artifactId>
<version>3.2.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-5-10_2.13</artifactId>
<version>3.2.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>mess-core_2.13</artifactId>
<version>0.3.6</version>
</dependency>
</dependencies>
</project>