https://github.com/jitpack/gradle-modular
multi module gradle project
https://github.com/jitpack/gradle-modular
Last synced: 8 months ago
JSON representation
multi module gradle project
- Host: GitHub
- URL: https://github.com/jitpack/gradle-modular
- Owner: jitpack
- Created: 2015-01-29T22:08:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T13:33:47.000Z (over 4 years ago)
- Last Synced: 2025-04-03T20:11:26.377Z (about 1 year ago)
- Language: Java
- Size: 56.6 KB
- Stars: 46
- Watchers: 2
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gradle-modular
Example gradle project with two modules:
- client
- server
To install each module individually use `com.github.User.Repo` for groupId and module name as artifact id:
```gradle
compile 'com.github.jitpack.gradle-modular:client:1.1'
compile 'com.github.jitpack.gradle-modular:server:1.1'
```