Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```