jar

global.namespace.truelicense : truelicense-build-tasks

Maven & Gradle

Feb 10, 2020
138 stars

TrueLicense Build Tasks · The TrueLicense Build Tools can generate source files from Apache Velocity template files, obfuscate constant string values in class files and obfuscate byte code using ProGuard.

Table Of Contents

Latest Version

Download global.namespace.truelicense : truelicense-build-tasks JAR file - Latest Versions:

All Versions

Download global.namespace.truelicense : truelicense-build-tasks JAR file - All Versions:

Version Vulnerabilities Size Updated
4.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 truelicense-build-tasks-4.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

global.namespace.truelicense.build.tasks.generation

├─ global.namespace.truelicense.build.tasks.generation.GenerateSourcesStrategy.class - [JAR]

├─ global.namespace.truelicense.build.tasks.generation.GenerateSourcesTask.class - [JAR]

├─ global.namespace.truelicense.build.tasks.generation.JavaTool.class - [JAR]

├─ global.namespace.truelicense.build.tasks.generation.PathSet.class - [JAR]

├─ global.namespace.truelicense.build.tasks.generation.ScalaTool.class - [JAR]

├─ global.namespace.truelicense.build.tasks.generation.SourceGenerator.class - [JAR]

global.namespace.truelicense.build.tasks.commons

├─ global.namespace.truelicense.build.tasks.commons.AbstractTask.class - [JAR]

├─ global.namespace.truelicense.build.tasks.commons.CountingLogger.class - [JAR]

├─ global.namespace.truelicense.build.tasks.commons.DecoratingLogger.class - [JAR]

├─ global.namespace.truelicense.build.tasks.commons.Logger.class - [JAR]

├─ global.namespace.truelicense.build.tasks.commons.PrefixedLogger.class - [JAR]

├─ global.namespace.truelicense.build.tasks.commons.Task.class - [JAR]

global.namespace.truelicense.build.tasks.proguard

├─ global.namespace.truelicense.build.tasks.proguard.ProGuardTask.class - [JAR]

global.namespace.truelicense.build.tasks.obfuscation

├─ global.namespace.truelicense.build.tasks.obfuscation.ConstantStringReference.class - [JAR]

├─ global.namespace.truelicense.build.tasks.obfuscation.ConstantStringReferenceFactory.class - [JAR]

├─ global.namespace.truelicense.build.tasks.obfuscation.Node.class - [JAR]

├─ global.namespace.truelicense.build.tasks.obfuscation.O9nInitMethodVisitor.class - [JAR]

├─ global.namespace.truelicense.build.tasks.obfuscation.O9nInterfaceInitMethodVisitor.class - [JAR]

├─ global.namespace.truelicense.build.tasks.obfuscation.ObfuscateClassesTask.class - [JAR]

├─ global.namespace.truelicense.build.tasks.obfuscation.Scope.class - [JAR]

Advertisement