jar

com.github.iceberglet : anymsg

Maven & Gradle

Apr 13, 2019
1 stars

AnyMsg · Fast, Performant, Typesafe and Accessible Java Object Serialization Library

Table Of Contents

Latest Version

Download com.github.iceberglet : anymsg JAR file - Latest Versions:

All Versions

Download com.github.iceberglet : anymsg JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 anymsg-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.iceberglet.anymsg.codec

├─ com.github.iceberglet.anymsg.codec.ArrayCodec.class - [JAR]

├─ com.github.iceberglet.anymsg.codec.Codec.class - [JAR]

├─ com.github.iceberglet.anymsg.codec.DoubleCodec.class - [JAR]

├─ com.github.iceberglet.anymsg.codec.FloatCodec.class - [JAR]

├─ com.github.iceberglet.anymsg.codec.IntegerCodec.class - [JAR]

├─ com.github.iceberglet.anymsg.codec.ListCodec.class - [JAR]

├─ com.github.iceberglet.anymsg.codec.LongCodec.class - [JAR]

├─ com.github.iceberglet.anymsg.codec.StringCodec.class - [JAR]

com.github.iceberglet.anymsg.exceptions

├─ com.github.iceberglet.anymsg.exceptions.CodecException.class - [JAR]

├─ com.github.iceberglet.anymsg.exceptions.DefinitionException.class - [JAR]

com.github.iceberglet.anymsg

├─ com.github.iceberglet.anymsg.AnyMsg.class - [JAR]

├─ com.github.iceberglet.anymsg.Constants.class - [JAR]

├─ com.github.iceberglet.anymsg.Message.class - [JAR]

├─ com.github.iceberglet.anymsg.MessageContractBuilderImpl.class - [JAR]

├─ com.github.iceberglet.anymsg.MessageContractImpl.class - [JAR]

├─ com.github.iceberglet.anymsg.MessageContractRepo.class - [JAR]

├─ com.github.iceberglet.anymsg.MessageImpl.class - [JAR]

├─ com.github.iceberglet.anymsg.MessagePool.class - [JAR]

com.github.iceberglet.anymsg.annotations

├─ com.github.iceberglet.anymsg.annotations.NotNull.class - [JAR]

com.github.iceberglet.anymsg.bootstrap

├─ com.github.iceberglet.anymsg.bootstrap.MessageContract.class - [JAR]

├─ com.github.iceberglet.anymsg.bootstrap.MessageContractBuilder.class - [JAR]

com.github.iceberglet.anymsg.defs

├─ com.github.iceberglet.anymsg.defs.ArrayDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.BaseDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.DoubleDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.FieldDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.FloatDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.IntegerDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.ListDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.LongDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.MessageDef.class - [JAR]

├─ com.github.iceberglet.anymsg.defs.StringDef.class - [JAR]