Skip to content

Instantly share code, notes, and snippets.

@jamesallman
Last active March 16, 2022 13:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesallman/498131f9df6ba63a749e to your computer and use it in GitHub Desktop.
Save jamesallman/498131f9df6ba63a749e to your computer and use it in GitHub Desktop.
// http://docs.groovy-lang.org/latest/html/documentation/grape.html
// http://mvnrepository.com/artifact/org.codehaus.groovy.modules.http-builder/http-builder/0.7.1
groovy.grape.Grape.grab(group:'org.codehaus.groovy.modules.http-builder', module:'http-builder', version:'0.7.1')
import groovyx.net.http.HTTPBuilder
@Dispader
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment