xworker.statistics.flow.KeyManagerData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xworker_app Show documentation
Show all versions of xworker_app Show documentation
XWorker app model liberary.
The newest version!
package xworker.statistics.flow;
import java.util.ArrayList;
import java.util.List;
public class KeyManagerData {
public KeyManager keyManaer;
public List keyDatas = new ArrayList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy