Skip to content

Instantly share code, notes, and snippets.

@bitboxer
Created September 2, 2012 18:49
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 bitboxer/3603015 to your computer and use it in GitHub Desktop.
Save bitboxer/3603015 to your computer and use it in GitHub Desktop.
Java dependency solution

Java Dependency Solution

  • Bundler/Cocoapods like Interface with Jarpod - File
  • possible commands
    • jarpod search json
    • jarpod install
    • jarpod update
  • Update IDEs with new dependencies
    • eclipse
    • android package manager
    • adds dependencies to maven files
  • Use Maven/Android Repo XML Files and build dependency tree from them
  • One storage on Github to store links to other repos (like cocoapods)
@klaustopher
Copy link

If the project uses maven, be a good citizen and use the pom.xml and maven to manage deüendencies

@bitboxer
Copy link
Author

bitboxer commented Sep 2, 2012

Thats what I ment with "update ides with new dependencies" ;) . It creates entries in the pom if it detects one, adds the jar to the eclipse workspace xml stuff and so on.

@bitboxer
Copy link
Author

bitboxer commented Sep 2, 2012

Next step: asked on HN on what jars are used by android devs. See here: http://news.ycombinator.com/item?id=4468166

@bitboxer
Copy link
Author

bitboxer commented Sep 3, 2012

Check that http://actionbarsherlock.com/ is working with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment