Skip to content

Instantly share code, notes, and snippets.

@ankushs92
Last active August 21, 2016 05:50
Show Gist options
  • Save ankushs92/b121e887a06ea82a04d68a540b05d6c0 to your computer and use it in GitHub Desktop.
Save ankushs92/b121e887a06ea82a04d68a540b05d6c0 to your computer and use it in GitHub Desktop.
Most used maven repositories
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
compile group: 'org.spockframework', name: 'spock-core', version: '1.0-groovy-2.4'
compile group: 'com.google.guava', name: 'guava', version: '19.0'
compile group: 'org.spockframework', name: 'spock-spring', version: '1.0-groovy-2.4'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.1'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment