scodec-msgpack_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>scodec-msgpack_2.13</artifactId>
<version>0.8.0</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.xuwei-k</groupId>
<artifactId>scodec-msgpack_2.13</artifactId>
<packaging>jar</packaging>
<description>yet another msgpack implementation</description>
<url>https://github.com/xuwei-k/scodec-msgpack</url>
<version>0.8.0</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scodec-msgpack</name>
<organization>
<name>com.github.xuwei-k</name>
<url>https://github.com/xuwei-k/scodec-msgpack</url>
</organization>
<developers>
<developer>
<id>xuwei-k</id>
<name>Kenji Yoshida</name>
<url>https://github.com/xuwei-k</url>
</developer>
</developers>
<scm>
<url>git@github.com:xuwei-k/scodec-msgpack.git</url>
<connection>scm:git:git@github.com:xuwei-k/scodec-msgpack.git</connection>
<tag>v0.8.0</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.scodec</groupId>
<artifactId>scodec-core_2.13</artifactId>
<version>1.11.6</version>
</dependency>
</dependencies>
</project>