Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
/ gradleps Public archive

Search through Maven Central for suitable dependency and append it automatically to your Gradle buildfile.

License

Notifications You must be signed in to change notification settings

tomusdrw/gradleps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradleps

Npm-style search through Maven Central repository and easy adding dependencies to Gradle buildfile.

Installation & Usage

$ npm install gradleps -g

After installation you can search through Maven Central

$ gradleps search guice --limit 5
Found 296 results. Displaying first 5:
  com.google.inject:guice 4.0-beta
  com.jolira:guice 3.0.0
  org.jvnet.hudson:guice 3.0-rc1
  com.mycila.com.google.inject:guice 3.0-20100927
  org.mod4j.com.google.inject:guice 1.0-XTEXT-PATCHED

You can also automatically update your build.gradle file.

$ gradleps install guice -f build.gradle 
Possible options:
 [y]  com.google.inject:guice 4.0-beta
 [1]  com.jolira:guice 3.0.0
 [2]  org.jvnet.hudson:guice 3.0-rc1
 [3]  com.mycila.com.google.inject:guice 3.0-20100927
 [4]  org.mod4j.com.google.inject:guice 1.0-XTEXT-PATCHED
 
Installing com.google.inject:guice@4.0-beta
Is it okay? [Y/n/1/2/3/4] choice  Y
All done!

Changelog

0.0.4 - Fixed shebang to more generic (thanks to fbukevin)

0.0.3 - Just print the dependency if dependencies cannot be found.

Contribution

Any contribution is welcome. Please share your ideas!

About

Search through Maven Central for suitable dependency and append it automatically to your Gradle buildfile.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •