com.slimgears.apt.data.HasPackage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apt-utils Show documentation
Show all versions of apt-utils Show documentation
General purpose utils / module: apt-utils
/**
*
*/
package com.slimgears.apt.data;
public interface HasPackage {
String packageName();
interface Builder> {
B packageName(String name);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy