Last active
June 26, 2018 22:23
-
-
Save pdeva/984a15cf8ae7fd4e1d569a646e9c8425 to your computer and use it in GitHub Desktop.
DripStat APM Agent in Gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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