Created
September 1, 2012 17:25
-
-
Save jakewins/3580935 to your computer and use it in GitHub Desktop.
SCAD Package Manager example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Define this project, this lets others depend on us | |
Project: | |
Group: org.jakewins | |
Name: example | |
Version: 1.0 | |
# Other projects we depend on | |
Dependencies: | |
# We use parametric gears (which in turn might have other dependencies) | |
- | |
Group: org.example | |
Name: parametric-gears | |
Version: 2.4 | |
# And electric spool mockups | |
- | |
Group: org.example | |
Name: spools | |
Version: 2.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment