GroupId | GroupIdcom.newrelic.agent.android |
---|---|
ArtifactId | ArtifactIdandroid-agent |
Version | Version5.22.0 |
Type | Typejar |
Filename | Size |
---|---|
android-agent-5.22.0.pom | |
android-agent-5.22.0.jar | 738 KB |
android-agent-5.22.0-sources.jar | 351 bytes |
android-agent-5.22.0-javadoc.jar | 351 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.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation 'com.newrelic.agent.android:android-agent:5.22.0'
// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation ("com.newrelic.agent.android:android-agent:5.22.0")
'com.newrelic.agent.android:android-agent:jar:5.22.0'
<dependency org="com.newrelic.agent.android" name="android-agent" rev="5.22.0">
<artifact name="android-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.android', module='android-agent', version='5.22.0')
)
libraryDependencies += "com.newrelic.agent.android" % "android-agent" % "5.22.0"
[com.newrelic.agent.android/android-agent "5.22.0"]