mirror of
https://github.com/BalrajSinghGidda/Smart-College-Management-System.git
synced 2026-04-07 09:37:22 +00:00
20 lines
175 B
Markdown
20 lines
175 B
Markdown
# Smart College Management System (Java devshell)
|
|
|
|
Enter the shell with:
|
|
|
|
```
|
|
nix develop
|
|
```
|
|
|
|
Build examples:
|
|
|
|
### Maven
|
|
```
|
|
mvn package
|
|
```
|
|
|
|
### Gradle
|
|
```
|
|
gradle build
|
|
```
|