Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutoshsanghi3/javaapp
Java CLI App with Gradle including HTTP requests with lombok and okhttp library
https://github.com/ashutoshsanghi3/javaapp
cli-app gradle groovy java lombok-gradle okhttp3-util
Last synced: about 1 month ago
JSON representation
Java CLI App with Gradle including HTTP requests with lombok and okhttp library
- Host: GitHub
- URL: https://github.com/ashutoshsanghi3/javaapp
- Owner: ashutoshsanghi3
- Created: 2024-09-11T09:37:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T13:29:56.000Z (5 months ago)
- Last Synced: 2024-11-02T03:23:53.356Z (3 months ago)
- Topics: cli-app, gradle, groovy, java, lombok-gradle, okhttp3-util
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java CLI App (with Gradle)
## Development
### Build and Run Project
If you have gradle locally installed
```shell
$ gradle build
$ java -jar build/libs/javaapp-1.0-SNAPSHOT.jar
```If you do not have gradle locally installed
```shell
$ ./gradlew build
$ java -jar build/libs/javaapp-1.0-SNAPSHOT.jar
```