class Jars::Installer::Dependency

def self.new(line)

def self.new(line)
  super if /:jar:|:pom:/.match?(line)
end