core

mess core

License

License

GroupId

GroupId

com.github.tkrs
ArtifactId

ArtifactId

mess-core_2.11
Last Version

Last Version

0.0.11
Release Date

Release Date

Type

Type

jar
Description

Description

core
mess core
Project URL

Project URL

https://github.com/tkrs/mess
Project Organization

Project Organization

com.github.tkrs
Source Code Management

Source Code Management

https://github.com/tkrs/mess

Download mess-core_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tkrs/mess-core_2.11/ -->
<dependency>
    <groupId>com.github.tkrs</groupId>
    <artifactId>mess-core_2.11</artifactId>
    <version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/mess-core_2.11/
implementation 'com.github.tkrs:mess-core_2.11:0.0.11'
// https://jarcasting.com/artifacts/com.github.tkrs/mess-core_2.11/
implementation ("com.github.tkrs:mess-core_2.11:0.0.11")
'com.github.tkrs:mess-core_2.11:jar:0.0.11'
<dependency org="com.github.tkrs" name="mess-core_2.11" rev="0.0.11">
  <artifact name="mess-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='mess-core_2.11', version='0.0.11')
)
libraryDependencies += "com.github.tkrs" % "mess-core_2.11" % "0.0.11"
[com.github.tkrs/mess-core_2.11 "0.0.11"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.msgpack : msgpack-core jar 0.8.16
com.chuusai : shapeless_2.11 jar 2.3.3
org.typelevel : export-hook_2.11 jar 1.2.0

provided (1)

Group / Artifact Type Version
org.scala-lang : scala-reflect jar 2.11.12

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.5
org.scalacheck : scalacheck_2.11 jar 1.14.0

Project Modules

There are no modules declared in this project.

mess

CI Release codecov Maven Central

Yet another msgpack (de)serializer for scala, so this project inspired by circe.

How to use it

Add to your build.sbt

libraryDependencies += "com.github.tkrs" %% "mess-core" % "x.y.z"

Versions

Version
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1