Skip to content

ShevchukAnton/httpbuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPBuilder = Easy HTTP client for Groovy.

Build Instructions:

HTTPBuilder is built using Apache Gradle

To build project: ./gradlew clean build

To publish locally (so transitive dependencies will work):

./gradlew publishToMavenLocal

Or publish globally, just specify correct repository in build.gradle before

./gradlew publish

Documentation of initial project: https://github.com/jgritman/httpbuilder/wiki

Contributions:

This project relies on the work of many open source projects including:

License:

HTTPBuilder is copyright 2009-2011 Thomas Nichols except where otherwise noted.

This project is licensed under the Apache License Version 2.0 except where otherwise noted in the source files.

You are receiving this code free of charge, which represents many hours of effort from other individuals and corporations. As a responsible member of the community, you are encouraged (but not required) to donate any enhancements or improvements back to the community under a similar open source license.

About

Added groovy 3+ compatibility

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 79.6%
  • Groovy 20.4%