aQute.bnd.deployer.repository.RepoConstants Maven / Gradle / Ivy
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