jar

com.github.hroniko : weblog

Maven & Gradle

May 25, 2020
0 stars

The WebLog project for light-way of logging SpringBoot Rest Endpoints by WebSockets

Table Of Contents

Latest Version

Download com.github.hroniko : weblog JAR file - Latest Versions:

All Versions

Download com.github.hroniko : weblog 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 weblog-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hroniko.weblog.weblogger.entities

├─ com.hroniko.weblog.weblogger.entities.RestLogContainer.class - [JAR]

com.hroniko.weblog.persistence

├─ com.hroniko.weblog.persistence.FileSaver.class - [JAR]

com.hroniko.weblog.weblogger.aspects

├─ com.hroniko.weblog.weblogger.aspects.RestLogAspect.class - [JAR]

├─ com.hroniko.weblog.weblogger.aspects.RestLogProducer.class - [JAR]

com.hroniko.weblog.weblogger.annotations

├─ com.hroniko.weblog.weblogger.annotations.RestLog.class - [JAR]

Advertisement