Skip to content

Instantly share code, notes, and snippets.

@gozuk16
gozuk16 / mt_rebuild.groovy
Last active August 29, 2015 14:01
MT Rebuild entry
@Grab('org.apache.httpcomponents:httpclient:4.3.3')
import org.apache.http.*
import org.apache.http.client.*
import org.apache.http.client.params.*
import org.apache.http.client.methods.*
import org.apache.http.client.entity.*
import org.apache.http.impl.client.*
import org.apache.http.message.*
import org.apache.http.util.EntityUtils