https://github.com/jfrog/wharf
Wharf resolver
https://github.com/jfrog/wharf
Last synced: about 2 months ago
JSON representation
Wharf resolver
- Host: GitHub
- URL: https://github.com/jfrog/wharf
- Owner: jfrog
- Created: 2011-03-14T09:00:32.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-12T21:57:12.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T21:24:06.096Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 451 KB
- Stars: 4
- Watchers: 33
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
* How to build (with gradle 1.0-M6 or above)
gradle -S build
or with the wrapper in *nix
./gradlew -S build
and wrapper in Windows
gradlew.bat -S build