Open lonniev opened 4 years ago
jar-dependencies is meant to replace jbundler completely. it ships prepacked with jruby. both are using the same Jarfile and as such jar-dependencies is dropin replacement for jbundler
I thought https://github.com/mkristian/jar-dependencies/tree/master/examples have enough examples to answer your last question.
@mkristian,
This reply perfectly states the intent. Thank you.
Sent from my iPad
On Aug 22, 2020, at 08:03, Christian Meier notifications@github.com wrote:
jar-dependencies is meant to replace jbundler completely. it ships prepacked with jruby. both are using the same Jarfile and as such jar-dependencies is dropin replacement for jbundler
I thought https://github.com/mkristian/jar-dependencies/tree/master/examples have enough examples to answer your last question.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@mkristian you are the author of both jar-dependencies and jbundler so you are the best to ask: what is the intended relationship between jbundler and jar-dependencies? Are they solving the same problem and one replaces the earlier attempt? Or, no, one is for obtaining the jars and the other is for setting up a gem to use the downloaded jars?
Perhaps write an additional section of HowTo/ReadMe that describes the complete process of writing a gem which uses one or more maven-central artifacts?