Skip to content

Instantly share code, notes, and snippets.

@lordofthejars
Created September 10, 2014 09:45
Show Gist options
  • Select an option

  • Save lordofthejars/0bc57507aa209c69f6cb to your computer and use it in GitHub Desktop.

Select an option

Save lordofthejars/0bc57507aa209c69f6cb to your computer and use it in GitHub Desktop.
JavaArchive mainJar;
JavaArchive[] deps = Maven.resolver()...
Arrays.stream(deps).forEach(mainJar::merge);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment