Metadata


Name
jar-dependencies
Version
0.5.5
Platform
ruby
Authors
christian meier
Bindir
exe
Date
2025-02-10 00:00:00 UTC
Dependencies
minitest (~> 5.10, development)
ruby-maven (~> 3.9, development)
Description
manage jar dependencies for gems and keep track which jar was already loaded using maven artifact coordinates. it warns on version conflicts and loads only ONE jar assuming the first one is compatible to the second one otherwise your project needs to lock down the right version by providing a Jars.lock file.
Email
mkristian@web.de
Executables
lock_jars
Files
MIT-LICENSE
Mavenfile
Rakefile
Readme.md
exe/lock_jars
jar-dependencies.gemspec
lib/jar-dependencies.rb
lib/jar_dependencies.rb
lib/jar_install_post_install_hook.rb
lib/jars/attach_jars_pom.rb
lib/jars/classpath.rb
lib/jars/gemspec_artifacts.rb
lib/jars/gemspec_pom.rb
lib/jars/installer.rb
lib/jars/lock.rb
lib/jars/lock_down.rb
lib/jars/lock_down_pom.rb
lib/jars/maven_exec.rb
lib/jars/maven_factory.rb
lib/jars/maven_settings.rb
lib/jars/output_jars_pom.rb
lib/jars/post_install_hook.rb
lib/jars/settings.xml
lib/jars/setup.rb
lib/jars/version.rb
lib/rubygems_plugin.rb
Homepage
https://github.com/mkristian/jar-dependencies
Licenses
MIT
Metadata
{"rubygems_mfa_required"=>"true"}
Post install message
if you want to use the executable lock_jars then install ruby-maven gem before using lock_jars $ gem install ruby-maven -v '~> 3.9' or add it as a development dependency to your Gemfile gem 'ruby-maven', '~> 3.9'
Require paths
lib
Required ruby version
>= 2.6
Required rubygems version
>= 0
Rubygems version
3.3.26
Specification version
4
Summary
manage jar dependencies for gems
Original platform
ruby
New platform
ruby