GroupId | GroupIdcom.newrelic.agent.android |
---|---|
ArtifactId | ArtifactIdandroid-agent |
Version | Version5.12.2 |
Type | Typejar |
Filename | Size |
---|---|
android-agent-5.12.2.pom | |
android-agent-5.12.2.jar | 596 KB |
android-agent-5.12.2-sources.jar | 497 bytes |
android-agent-5.12.2-javadoc.jar | 497 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/ -->
<dependency>
<groupId>com.newrelic.agent.android</groupId>
<artifactId>android-agent</artifactId>
<version>5.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation 'com.newrelic.agent.android:android-agent:5.12.2'
// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation ("com.newrelic.agent.android:android-agent:5.12.2")
'com.newrelic.agent.android:android-agent:jar:5.12.2'
<dependency org="com.newrelic.agent.android" name="android-agent" rev="5.12.2">
<artifact name="android-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.android', module='android-agent', version='5.12.2')
)
libraryDependencies += "com.newrelic.agent.android" % "android-agent" % "5.12.2"
[com.newrelic.agent.android/android-agent "5.12.2"]