This library allows making HTTP requests to a remote server and receiving the response. See documentation here: https://enonic-docs.s3.amazonaws.com/com.enonic.lib/lib-http-client/index.html
To build this project, execute the following:
./gradlew clean build
To release this project, execute the following:
./gradlew clean build uploadArchives
Building the documentation is done executing the following:
./gradlew buildDoc
And publishing the docs to S3:
./gradlew publishDoc