Skip to content

Instantly share code, notes, and snippets.

@pdeva
Last active June 26, 2018 22:23
Show Gist options
  • Save pdeva/984a15cf8ae7fd4e1d569a646e9c8425 to your computer and use it in GitHub Desktop.
Save pdeva/984a15cf8ae7fd4e1d569a646e9c8425 to your computer and use it in GitHub Desktop.
DripStat APM Agent in Gradle
dependencies {
// $agentVersion is the version of the agent you wish to download
compileOnly('com.dripstat:apm-agent:$agentVersion') {
transitive = false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment