ch.ethz.vppserver.ippclient.IppAttributeProviderFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cups4j Show documentation
Show all versions of cups4j Show documentation
Java printing library for CUPS/IPP
package ch.ethz.vppserver.ippclient;
public class IppAttributeProviderFactory {
public static IIppAttributeProvider createIppAttributeProvider() {
return IppAttributeProvider.getInstance();
}
}