jar

com.alcosi : dependency-license-page-generator

Maven & Gradle

Jun 12, 2024

Dependency page generator · This is a small addition for `com.github.jk1.dependency-license-report` plugin It makes possible to group duplicated common license described in different format And generate NOTICE.md file

Table Of Contents

Latest Version

Download com.alcosi : dependency-license-page-generator JAR file - Latest Versions:

All Versions

Download com.alcosi : dependency-license-page-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 dependency-license-page-generator-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alcosi.gradle.dependency.group.dto

├─ com.alcosi.gradle.dependency.group.dto.LicenseGroupingInfo.class - [JAR]

├─ com.alcosi.gradle.dependency.group.dto.LicenseInfo.class - [JAR]

├─ com.alcosi.gradle.dependency.group.dto.ModuleInfo.class - [JAR]

├─ com.alcosi.gradle.dependency.group.dto.ModuleLicenseInfo.class - [JAR]

├─ com.alcosi.gradle.dependency.group.dto.ModuleReport.class - [JAR]

com.alcosi.gradle.dependency.group

├─ com.alcosi.gradle.dependency.group.CommonDependencyGrouper.class - [JAR]

├─ com.alcosi.gradle.dependency.group.DependencyGrouper.class - [JAR]

├─ com.alcosi.gradle.dependency.group.GroupedGenerator.class - [JAR]

├─ com.alcosi.gradle.dependency.group.JsonGroupedGenerator.class - [JAR]

├─ com.alcosi.gradle.dependency.group.MDGroupedGenerator.class - [JAR]

Advertisement