jar

ru.tinkoff.gradle : jarjar

Maven & Gradle

Jun 22, 2015
24 stars

Plugin for gradle which allows you to repackage jar-libraries with different package names using JarJar tool.

Table Of Contents

Latest Version

Download ru.tinkoff.gradle : jarjar JAR file - Latest Versions:

All Versions

Download ru.tinkoff.gradle : jarjar JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 jarjar-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ru.tinkoff.gradle.jarjar

├─ ru.tinkoff.gradle.jarjar.JarJarPlugin.class - [JAR]

├─ ru.tinkoff.gradle.jarjar.JarJarPluginExtension.class - [JAR]

ru.tinkoff.gradle.jarjar.task

├─ ru.tinkoff.gradle.jarjar.task.CleanJarJarTask.class - [JAR]

├─ ru.tinkoff.gradle.jarjar.task.JarJarTask.class - [JAR]

Advertisement