jar

io.github.takiviko : guide-generator

Maven & Gradle

May 03, 2024
1 stars

Guide generator · Java tool for keeping documentation right next to the codebase.

Table Of Contents

Latest Version

Download io.github.takiviko : guide-generator JAR file - Latest Versions:

All Versions

Download io.github.takiviko : guide-generator 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 guide-generator-1.0.0-test.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

takiviko.guidegenerator.plugin.html

├─ takiviko.guidegenerator.plugin.html.CustomHtmlRenderer.class - [JAR]

takiviko.guidegenerator.annotation

├─ takiviko.guidegenerator.annotation.Documentation.class - [JAR]

├─ takiviko.guidegenerator.annotation.DocumentationEntity.class - [JAR]

├─ takiviko.guidegenerator.annotation.package-info.class - [JAR]

takiviko.guidegenerator

├─ takiviko.guidegenerator.Main.class - [JAR]

takiviko.guidegenerator.plugin.extension

├─ takiviko.guidegenerator.plugin.extension.GuideGeneratorPluginExtension.class - [JAR]

takiviko.guidegenerator.plugin.pdf

├─ takiviko.guidegenerator.plugin.pdf.CustomPdfExporter.class - [JAR]

takiviko.guidegenerator.plugin

├─ takiviko.guidegenerator.plugin.GuideGeneratorPlugin.class - [JAR]

├─ takiviko.guidegenerator.plugin.GuideGeneratorService.class - [JAR]

├─ takiviko.guidegenerator.plugin.package-info.class - [JAR]

takiviko.guidegenerator.plugin.converter

├─ takiviko.guidegenerator.plugin.converter.MarkdownToPdfConverterService.class - [JAR]