-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use jbundle to install jar dependencies? #70
Comments
Jarfile:
then run |
@mkristian That's amazing, thanks! |
is this gem deprecated then? should the README be updated to reflect this? apologies if this is a silly question, I'm experienced in ruby but new to jruby. |
@codekitchen not deprecated or maybe, but with warbler it is the most common way to build war-files with jar dependencies. once this works with with the jar-dependencies gem then jbundler lost its place to be :) |
Cool thanks for the clarification @mkristian |
How to use jbundle to install jar dependencies?
For example I want to install this jar:
http://mvnrepository.com/artifact/com.maxmind.geoip2/geoip2/2.5.0
The text was updated successfully, but these errors were encountered: