jar

com.jaredsburrows : gradle-license-plugin

Maven & Gradle

Jun 20, 2023
388 stars

Gradle License Plugin · Gradle plugin that provides a task to generate a HTML license report of your project.

Table Of Contents

Latest Version

Download com.jaredsburrows : gradle-license-plugin JAR file - Latest Versions:

All Versions

Download com.jaredsburrows : gradle-license-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.8.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 gradle-license-plugin-0.9.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jaredsburrows.license.internal

├─ com.jaredsburrows.license.internal.ConsoleRenderer.class - [JAR]

├─ com.jaredsburrows.license.internal.LicenseHelper.class - [JAR]

├─ com.jaredsburrows.license.internal.UncheckedException.class - [JAR]

com.jaredsburrows.license

├─ com.jaredsburrows.license.LicensePlugin.class - [JAR]

├─ com.jaredsburrows.license.LicenseReportExtension.class - [JAR]

├─ com.jaredsburrows.license.LicenseReportTask.class - [JAR]

├─ com.jaredsburrows.license.ProjectAndroidKt.class - [JAR]

├─ com.jaredsburrows.license.ProjectJavaKt.class - [JAR]

├─ com.jaredsburrows.license.ProjectKt.class - [JAR]

com.jaredsburrows.license.internal.report

├─ com.jaredsburrows.license.internal.report.CsvReport.class - [JAR]

├─ com.jaredsburrows.license.internal.report.HtmlReport.class - [JAR]

├─ com.jaredsburrows.license.internal.report.JsonReport.class - [JAR]

├─ com.jaredsburrows.license.internal.report.Report.class - [JAR]

├─ com.jaredsburrows.license.internal.report.TextReport.class - [JAR]