Skip to content

Instantly share code, notes, and snippets.

@martinbonnin
Last active May 30, 2021 21:42
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 martinbonnin/60a9506a905931fac8610e03728877d1 to your computer and use it in GitHub Desktop.
Save martinbonnin/60a9506a905931fac8610e03728877d1 to your computer and use it in GitHub Desktop.
plugins {
// java is a core plugin, no need to add a version, it will use the version of Gradle
id("java")
}
repositories {
mavenCentral()
}
dependencies.add("implementation", "com.squareup.okhttp3:okhttp:4.9.0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment