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

aQute.bnd.deployer.repository.RepoConstants Maven / Gradle / Ivy

The newest version!
package aQute.bnd.deployer.repository;

import java.io.File;

public interface RepoConstants {

	static final String DEFAULT_CACHE_DIR = ".bnd" + File.separator + "cache";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy