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