package test; import org.apache.commons.collections.functors.ConstantTransformer; public class DependencyResolution { public static void main( String[] args ) { // this class only exists in commons-collections:commons-collections:jar:3.0 ConstantTransformer transformer; } }