lock_jars
manage jar dependencies for Ruby gems
Install
- All systems
-
curl cmd.cat/lock_jars.sh
- Debian
-
apt-get install ruby-jar-dependencies
- Ubuntu
-
apt-get install ruby-jar-dependencies
- Alpine
-
apk add jruby
- Arch Linux
-
pacman -S jruby
- Kali Linux
-
apt-get install ruby-jar-dependencies
- Fedora
-
dnf install jruby
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-jar-dependencies
- OS X
-
brew install jruby
- Raspbian
-
apt-get install jruby
- Dockerfile
- dockerfile.run/lock_jars
- Docker
-
docker run cmd.cat/lock_jars lock_jars
powered by Commando
ruby-jar-dependencies
manage jar dependencies for Ruby gems
jar-dependencies gem provides a simple way to load jars into JRuby's classloader. It also has additional and very convenient features like: allowing to declare jar dependencies in the gemspec files, vendoring jars with gems if needed, reuse jar files from Maven local repositories, lock down specific jar versions to avoid conflicts and support for proxy and mirrors functionalities thanks to a close integration with Maven. The idea behind jar-dependencies is to do jar dependencies management in a correct way. It's somehow similar to the bundler tool but for jars.
logstash
Tool for managing events and logs
jruby
100% pure-Java implementation of Ruby
JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language). JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the Ruby Standard Libraries. The standard libraries are mostly Ruby's own complement of ".rb" files, but a few that depend on C language-based extensions have been reimplemented. Some are still missing, but JRuby hopes to implement as many as is feasible.