jar

com.bartoszlipinski : xmltag-compiler

Maven & Gradle

Jun 10, 2016
35 stars

xmltag-compiler · The easiest way to simplify custom View tags in Android layout xmls.

Table Of Contents

Latest Version

Download com.bartoszlipinski : xmltag-compiler JAR file - Latest Versions:

All Versions

Download com.bartoszlipinski : xmltag-compiler JAR file - All Versions:

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

com.bartoszlipinski.xmltag.compiler

├─ com.bartoszlipinski.xmltag.compiler.MainProcessor.class - [JAR]

com.bartoszlipinski.xmltag.compiler.utils

├─ com.bartoszlipinski.xmltag.compiler.utils.AnnotatedClass.class - [JAR]

├─ com.bartoszlipinski.xmltag.compiler.utils.Logger.class - [JAR]

├─ com.bartoszlipinski.xmltag.compiler.utils.NameConflictFinder.class - [JAR]

com.bartoszlipinski.xmltag.compiler.generator

├─ com.bartoszlipinski.xmltag.compiler.generator.BaseGenerator.class - [JAR]

├─ com.bartoszlipinski.xmltag.compiler.generator.XmlTagGenerator.class - [JAR]

com.bartoszlipinski.xmltag.compiler.code

├─ com.bartoszlipinski.xmltag.compiler.code.CodeGenerator.class - [JAR]

├─ com.bartoszlipinski.xmltag.compiler.code.SubClassCodeGenerator.class - [JAR]