Skip to content

Instantly share code, notes, and snippets.

@zofrex
Created April 27, 2013 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zofrex/5473597 to your computer and use it in GitHub Desktop.
Save zofrex/5473597 to your computer and use it in GitHub Desktop.
apply plugin: 'java'
apply plugin: 'eclipse'
repositories {
mavenCentral()
}
dependencies {
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.2.3'
}
sourceSets {
main {
java {
srcDir 'src'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment