All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dubture.getcomposer.packages.AsyncPackagistSearch Maven / Gradle / Ivy

package com.dubture.getcomposer.packages;

import com.dubture.getcomposer.core.ComposerConstants;

public class AsyncPackagistSearch extends AsyncPackageSearch {

	public AsyncPackagistSearch() {
		super(ComposerConstants.SEARCH_URL);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy