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