It'd be awesome if Jarfiles allowed for Gemfile-style groups or maven scopes: ``` ruby jar 'com.example:thing', '=1.0' jar 'com.example:thing-mocks', '=1.0', :group => :test ```