https://github.com/devatherock/java-module-example
Simple app to demonstrate java modules
https://github.com/devatherock/java-module-example
Last synced: 9 months ago
JSON representation
Simple app to demonstrate java modules
- Host: GitHub
- URL: https://github.com/devatherock/java-module-example
- Owner: devatherock
- License: mit
- Created: 2021-10-29T22:29:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T09:45:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T10:43:22.694Z (11 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-module-example
Simple app to demonstrate java modules
## Usage
- Run `./gradlew clean build` to create a jar file
- Run the jar file as `java -jar build/libs/java-module-example.jar`, which will produce the output below:
```
Hello from io.github.devatherock.example.MainBot
```