Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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