com.github.mathieudebrito.translator.payloads.TranslationPayload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of file-translator Show documentation
Show all versions of file-translator Show documentation
Library that helps translating files
The newest version!
package com.github.mathieudebrito.translator.payloads;
public class TranslationPayload {
public TranslationDataPayload data;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy