-
Notifications
You must be signed in to change notification settings - Fork 9
Home
jd edited this page Jan 13, 2014
·
30 revisions
Grapes is a tool dedicated to software development that tracks dependencies of a production.
- Use its HTTP REST API or include one of Grapes client in your CI to send the information of your production
- Get feedbacks on the dependencies of a project: versions, origin, known issues...
- List all the licenses of your third party library
Grapes used to be an internal CI tool of Axway to govern the flow of dependencies. The project started in 2011 and has been brought to the open source in 2014.
- Grapes is in Java6
- It is compiled using Maven3
Written in Java, Grapes uses a number of open source projects :
- Dropwizard - awesome out-of-the-box to build web applications
- Jongo - a super fast way to request MongoDb using MongoShell language
- Twitter Bootstrap - great UI boilerplate for modern web apps
- jQuery - JavaScript library
- [Install from sources](Installation from sources)
- [Use cases](Use case list)
More information is available in the maven site of the project
git clone [git-repo-url] grapes
cd grapes/server
mvn site
The open target/site/index.html in your favorite web-browser.
Under Apache 2 license
© Grapes 2014-2017