org.xbib.oai.server.identify.IdentifyServerRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oai-server Show documentation
Show all versions of oai-server Show documentation
Open Archive Initiative library for Java
package org.xbib.oai.server.identify;
import org.xbib.oai.server.ServerOAIRequest;
/**
*
*/
public class IdentifyServerRequest extends ServerOAIRequest {
}