View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kangaroo-mq-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.pactstart.mq.message
├─ io.github.pactstart.mq.message.MQMessage.class - [JAR]
io.github.pactstart.mq.anotation
├─ io.github.pactstart.mq.anotation.MessageChannel.class - [JAR]
io.github.pactstart.mq.utils
├─ io.github.pactstart.mq.utils.MessageUtils.class - [JAR]
io.github.pactstart.mq
├─ io.github.pactstart.mq.MessageConsumer.class - [JAR]
├─ io.github.pactstart.mq.MessageProducer.class - [JAR]
├─ io.github.pactstart.mq.MessageSendCallback.class - [JAR]
├─ io.github.pactstart.mq.MessageSendException.class - [JAR]
├─ io.github.pactstart.mq.MessageSendResult.class - [JAR]
io.github.pactstart.mq.serializer
├─ io.github.pactstart.mq.serializer.JsonSerializer.class - [JAR]
├─ io.github.pactstart.mq.serializer.MessageSerializer.class - [JAR]