public interface  org.eclipse.aether.impl.Deployer extends java.lang.Object
{
public abstract org.eclipse.aether.deployment.DeployResult deploy(org.eclipse.aether.RepositorySystemSession, org.eclipse.aether.deployment.DeployRequest) throws org.eclipse.aether.deployment.DeploymentException;
}