| Группа | Группаcom.newrelic.agent.android |
|---|---|
| Идентификатор | Идентификаторandroid-agent |
| Версия | Версия5.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| android-agent-5.3.1.pom | |
| android-agent-5.3.1.jar | 547 KB |
| android-agent-5.3.1-sources.jar | 496 bytes |
| android-agent-5.3.1-javadoc.jar | 496 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/ -->
<dependency>
<groupId>com.newrelic.agent.android</groupId>
<artifactId>android-agent</artifactId>
<version>5.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation 'com.newrelic.agent.android:android-agent:5.3.1'
// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation ("com.newrelic.agent.android:android-agent:5.3.1")
'com.newrelic.agent.android:android-agent:jar:5.3.1'
<dependency org="com.newrelic.agent.android" name="android-agent" rev="5.3.1">
<artifact name="android-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.android', module='android-agent', version='5.3.1')
)
libraryDependencies += "com.newrelic.agent.android" % "android-agent" % "5.3.1"
[com.newrelic.agent.android/android-agent "5.3.1"]