Skip to content

Instantly share code, notes, and snippets.

@ricston-git
Created May 11, 2016 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricston-git/fa7277f1fdadd22dca619288d56c7f39 to your computer and use it in GitHub Desktop.
Save ricston-git/fa7277f1fdadd22dca619288d56c7f39 to your computer and use it in GitHub Desktop.
Gist for "Java Build Tools, JavaScript Package Managers and Task Runners (Part 1)" blog-post.
<ivy-module version="2.0">
<info organisation="com.ricston" module="JavaBuildToolsExample"/>
<!-- Dependencies are illustrated next. -->
<dependencies>
<dependency org="junit" name="junit" rev="4.12"/>
</dependencies>
</ivy-module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment