com.mntviews.Uploadable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mnt-upload Show documentation
Show all versions of mnt-upload Show documentation
Data upload library for the different types of databases
The newest version!
package com.mntviews;
import java.io.File;
public interface Uploadable {
void upload(File file);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy