jar

com.github.morinb.maven : propertiestoclass-maven-plugin

Maven & Gradle

Aug 13, 2020
1 stars

Properties to Class Maven Plugin · Maven plugin to convert properties files into Java classes

Table Of Contents

Latest Version

Download com.github.morinb.maven : propertiestoclass-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.morinb.maven : propertiestoclass-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 propertiestoclass-maven-plugin-0.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.morinb.maven.mapper

├─ com.github.morinb.maven.mapper.ToClassMapper.class - [JAR]

com.github.morinb.maven

├─ com.github.morinb.maven.PropertiesToClassMojo.class - [JAR]

com.github.morinb.maven.processor.impl

├─ com.github.morinb.maven.processor.impl.GuavaPropertiesFilenameProcessor.class - [JAR]

com.github.morinb.maven.mapper.impl

├─ com.github.morinb.maven.mapper.impl.Field.class - [JAR]

├─ com.github.morinb.maven.mapper.impl.PropertiesToClassMapper.class - [JAR]

com.github.morinb.maven.processor

├─ com.github.morinb.maven.processor.PropertiesFilenameProcessor.class - [JAR]

Advertisement