jar

com.github.pcimcioch : protobuf-api

Maven & Gradle

Apr 06, 2023
0 stars

Protobuf Annotation Processor API · API for library generating protobuf data classes

Table Of Contents

Latest Version

Download com.github.pcimcioch : protobuf-api JAR file - Latest Versions:

All Versions

Download com.github.pcimcioch : protobuf-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 protobuf-api-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.pcimcioch.protobuf.io.exception

├─ com.github.pcimcioch.protobuf.io.exception.InputEndedException.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.exception.LimitExceededException.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.exception.MalformedVarintException.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.exception.ProtobufException.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.exception.UnknownWireTypeException.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.exception.UnsupportedWireTypeException.class - [JAR]

com.github.pcimcioch.protobuf.io

├─ com.github.pcimcioch.protobuf.io.ProtobufInput.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.ProtobufOutput.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.ProtobufReader.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.ProtobufWriter.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.Size.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.UnknownField.class - [JAR]

├─ com.github.pcimcioch.protobuf.io.WireType.class - [JAR]

com.github.pcimcioch.protobuf.annotation

├─ com.github.pcimcioch.protobuf.annotation.Enumeration.class - [JAR]

├─ com.github.pcimcioch.protobuf.annotation.Enumerations.class - [JAR]

├─ com.github.pcimcioch.protobuf.annotation.Field.class - [JAR]

├─ com.github.pcimcioch.protobuf.annotation.JavaMultipleFiles.class - [JAR]

├─ com.github.pcimcioch.protobuf.annotation.JavaPackage.class - [JAR]

├─ com.github.pcimcioch.protobuf.annotation.Message.class - [JAR]

├─ com.github.pcimcioch.protobuf.annotation.Messages.class - [JAR]

├─ com.github.pcimcioch.protobuf.annotation.Reserved.class - [JAR]

com.github.pcimcioch.protobuf.dto

├─ com.github.pcimcioch.protobuf.dto.BooleanList.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.ByteArray.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.DoubleList.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.EnumList.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.FloatList.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.IntList.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.LongList.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.ObjectList.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.ProtoDto.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.ProtobufEnumeration.class - [JAR]

├─ com.github.pcimcioch.protobuf.dto.ProtobufMessage.class - [JAR]