jar

io.github.kelvindev15 : Kotlin2PlantUML

Maven & Gradle

Aug 08, 2023
22 stars

Kotlin2PlantUML · A kotlin library for generating plantuml from kotlin code.

Table Of Contents

Latest Version

Download io.github.kelvindev15 : Kotlin2PlantUML JAR file - Latest Versions:

All Versions

Download io.github.kelvindev15 : Kotlin2PlantUML JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.0.x
1.0.x
unspecified

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

io.github.kelvindev15.kotlin2plantuml.plantuml

├─ io.github.kelvindev15.kotlin2plantuml.plantuml.ClassDiagram.class - [JAR]

├─ io.github.kelvindev15.kotlin2plantuml.plantuml.ClassHierarchy.class - [JAR]

├─ io.github.kelvindev15.kotlin2plantuml.plantuml.Configuration.class - [JAR]

├─ io.github.kelvindev15.kotlin2plantuml.plantuml.PlantUmlClass.class - [JAR]

├─ io.github.kelvindev15.kotlin2plantuml.plantuml.PlantUmlRelationship.class - [JAR]

├─ io.github.kelvindev15.kotlin2plantuml.plantuml.RelationshipType.class - [JAR]

io.github.kelvindev15.kotlin2plantuml

├─ io.github.kelvindev15.kotlin2plantuml.MainKt.class - [JAR]

io.github.kelvindev15.kotlin2plantuml.utils

├─ io.github.kelvindev15.kotlin2plantuml.utils.DefaultScanConfiguration.class - [JAR]

├─ io.github.kelvindev15.kotlin2plantuml.utils.ReflectUtils.class - [JAR]

├─ io.github.kelvindev15.kotlin2plantuml.utils.ScanConfiguration.class - [JAR]