# File lib/buildr/shell.rb, line 120
      def with(*specs)
        @classpath |= Buildr.artifacts(specs.flatten).uniq
        self
      end