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

hu.webarticum.jpluginmanager.core.NoDependency Maven / Gradle / Ivy

The newest version!
package hu.webarticum.jpluginmanager.core;

import java.util.Collection;

public class NoDependency implements Dependency {
    
    @Override
    public boolean validate(Collection resolvedPlugins) {
        return true;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy