Last Version

MoshiPack 1.0.1

MessagePack implementation built on top of Moshi in Kotlin

License

License

Categories

Categories

Ant Build Tools Moshi Data JSON
GroupId

GroupId

com.daveanthonythomas.moshipack
ArtifactId

ArtifactId

moshipack
Version

Version

1.0.1
Type

Type

jar
Description

Description

MoshiPack
MessagePack implementation built on top of Moshi in Kotlin
Project URL

Project URL

https://github.com/davethomas11/MoshiPack
Source Code Management

Source Code Management

https://github.com/davethomas11/MoshiPack/tree/master/moshipack

Download moshipack 1.0.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.11
com.squareup.moshi : moshi jar 1.5.0
com.squareup.moshi : moshi-kotlin jar 1.5.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.msgpack : msgpack-core jar 0.8.14

Project Modules

There are no modules declared in this project.