jar

de.pentabyte.tools : i18n-maven-plugin

Maven & Gradle

Dec 19, 2018
6 stars

Language File Generator · This project defines an XML schema which holds translated text resoures in one file. This maven plugin can create the platform specific message files from this one XML file. Use it during the "generate-resources" phase to keep your language files up to date.

Table Of Contents

Latest Version

Download de.pentabyte.tools : i18n-maven-plugin JAR file - Latest Versions:

All Versions

Download de.pentabyte.tools : i18n-maven-plugin JAR file - All Versions:

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

de.pentabyte.tools.i18n

├─ de.pentabyte.tools.i18n.ReengineerPlugin.class - [JAR]

├─ de.pentabyte.tools.i18n.TranslatePlugin.class - [JAR]

test

├─ test.Messages.class - [JAR]

de.pentabyte.tools.i18n.core

├─ de.pentabyte.tools.i18n.core.Constants.class - [JAR]

├─ de.pentabyte.tools.i18n.core.Entry.class - [JAR]

├─ de.pentabyte.tools.i18n.core.EntryNode.class - [JAR]

├─ de.pentabyte.tools.i18n.core.ExportedLocale.class - [JAR]

├─ de.pentabyte.tools.i18n.core.JavaAccessor.class - [JAR]

├─ de.pentabyte.tools.i18n.core.LanguageFileFormat.class - [JAR]

├─ de.pentabyte.tools.i18n.core.Output.class - [JAR]

├─ de.pentabyte.tools.i18n.core.Table.class - [JAR]

├─ de.pentabyte.tools.i18n.core.TableProducer.class - [JAR]

de.pentabyte.maven.i18n.output

├─ de.pentabyte.maven.i18n.output.LanguageFileWriter.class - [JAR]

de.pentabyte.maven.i18n.format.java

├─ de.pentabyte.maven.i18n.format.java.IndentedFileWriter.class - [JAR]

├─ de.pentabyte.maven.i18n.format.java.JavaAccessorCreator.class - [JAR]

├─ de.pentabyte.maven.i18n.format.java.JavaPropertiesWriter.class - [JAR]

├─ de.pentabyte.maven.i18n.format.java.LinkedProperties.class - [JAR]

├─ de.pentabyte.maven.i18n.format.java.NoTimestampProperties.class - [JAR]

de.pentabyte.maven.i18n.format.strings

├─ de.pentabyte.maven.i18n.format.strings.StringsWriter.class - [JAR]

de.pentabyte.maven.i18n.format.javascript

├─ de.pentabyte.maven.i18n.format.javascript.JavascriptWriter.class - [JAR]

Advertisement