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