Skip to content

Java CLI App with Gradle including HTTP requests with lombok and okhttp library

Notifications You must be signed in to change notification settings

ashutoshsanghi3/javaapp

Repository files navigation

Java CLI App (with Gradle)

Development

Build and Run Project

If you have gradle locally installed

$ gradle build
$ java -jar build/libs/javaapp-1.0-SNAPSHOT.jar

If you do not have gradle locally installed

$ ./gradlew build
$ java -jar build/libs/javaapp-1.0-SNAPSHOT.jar

About

Java CLI App with Gradle including HTTP requests with lombok and okhttp library

Topics

Resources

Stars

Watchers

Forks

Languages