Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devatherock/java-module-example
Simple app to demonstrate java modules
https://github.com/devatherock/java-module-example
Last synced: 28 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T09:45:44.000Z (10 months ago)
- Last Synced: 2024-10-21T05:42:37.435Z (2 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
```