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