jar

com.daveanthonythomas.moshipack : moshipack

Maven & Gradle

Oct 15, 2019
1 usages
44 stars

MoshiPack · MessagePack implementation built on top of Moshi in Kotlin

Table Of Contents

Latest Version

Download com.daveanthonythomas.moshipack : moshipack JAR file - Latest Versions:

All Versions

Download com.daveanthonythomas.moshipack : moshipack JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window moshipack-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.daveanthonythomas.moshipack

├─ com.daveanthonythomas.moshipack.Format.class - [JAR]

├─ com.daveanthonythomas.moshipack.FormatInterchange.class - [JAR]

├─ com.daveanthonythomas.moshipack.MoshiPack.class - [JAR]

├─ com.daveanthonythomas.moshipack.TypeReference.class - [JAR]

com.squareup.moshi

├─ com.squareup.moshi.MsgpackFloatByte.class - [JAR]

├─ com.squareup.moshi.MsgpackFormat.class - [JAR]

├─ com.squareup.moshi.MsgpackFormatKt.class - [JAR]

├─ com.squareup.moshi.MsgpackFormatType.class - [JAR]

├─ com.squareup.moshi.MsgpackIntByte.class - [JAR]

├─ com.squareup.moshi.MsgpackReader.class - [JAR]

├─ com.squareup.moshi.MsgpackWriter.class - [JAR]

├─ com.squareup.moshi.MsgpackWriterOptions.class - [JAR]

├─ com.squareup.moshi.MsgpackWriterOptionsKt.class - [JAR]

Advertisement