com.github.mathieudebrito.translator.payloads.TranslationDataPayload 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;
import java.util.List;
public class TranslationDataPayload {
public List translations;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy