-
Name
-
jar-dependencies
-
Version
-
0.1.16.pre
-
Platform
-
ruby
-
Authors
-
christian meier
-
Bindir
-
bin
-
Date
-
2015-07-10 00:00:00 UTC
-
Dependencies
-
minitest (~> 5.3, development)
rake (~> 10.2, development)
ruby-maven (~> 3.3.0, development)
ruby-maven-libs (~> 3.3.0, 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
bin/lock_jars
jar-dependencies.gemspec
lib/jar-dependencies.rb
lib/jar_dependencies.rb
lib/jar_install_post_install_hook.rb
lib/jar_installer.rb
lib/jars/classpath.rb
lib/jars/executor.rb
lib/jars/installer.rb
lib/jars/jar_pom.rb
lib/jars/jars_lock_pom.rb
lib/jars/lock.rb
lib/jars/lock_down_pom.rb
lib/jars/maven_exec.rb
lib/jars/post_install_hook.rb
lib/jars/setup.rb
lib/jars/version.rb
lib/rubygems_plugin.rb
-
Homepage
-
https://github.com/mkristian/jar-dependencies
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
> 1.3.1
-
Rubygems version
-
2.4.6
-
Specification version
-
4
-
Summary
-
manage jar dependencies for gems
-
Original platform
-
ruby
-
New platform
-
ruby