jar

com.credibledoc : substitution-generators

Maven & Gradle

Nov 17, 2022
4 usages
14 stars

com.credibledoc:substitution-generators · This module contains implementations of the ContentGenerator interface. Instances of these classes generate a content. This content will be placed instead of Placeholders. See the https://github.com/credibledoc/credible-doc/tree/master/substitution/substitution-generators page.

Table Of Contents

Latest Version

Download com.credibledoc : substitution-generators JAR file - Latest Versions:

All Versions

Download com.credibledoc : substitution-generators 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 substitution-generators-1.0.48.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.credibledoc.substitution.content.generator.resource

├─ com.credibledoc.substitution.content.generator.resource.FragmentGenerator.class - [JAR]

├─ com.credibledoc.substitution.content.generator.resource.ResourcesListMarkdownGenerator.class - [JAR]

com.credibledoc.substitution.content.generator.code

├─ com.credibledoc.substitution.content.generator.code.InterfaceImplementationsContentGenerator.class - [JAR]

├─ com.credibledoc.substitution.content.generator.code.SourceContentGenerator.class - [JAR]

com.credibledoc.substitution.content.generator.pom

├─ com.credibledoc.substitution.content.generator.pom.JarNameContentGenerator.class - [JAR]

├─ com.credibledoc.substitution.content.generator.pom.PomService.class - [JAR]

com.credibledoc.substitution.content.generator.jar

├─ com.credibledoc.substitution.content.generator.jar.LocalJarNameContentGenerator.class - [JAR]

├─ com.credibledoc.substitution.content.generator.jar.LocalVersionContentGenerator.class - [JAR]

com.credibledoc.substitution.content.generator.dependency

├─ com.credibledoc.substitution.content.generator.dependency.PackageDependenciesContentGenerator.class - [JAR]

Advertisement