is not current version
Last Version 8.243.1.1007

com.dynatrace.agent:agent-android 7.1.4.2244

A gradle plugin to add the dynatrace agent to an android project.

Categories

Categories

Dynatrace Application Testing & Monitoring Application Performance Monitoring (APM)
GroupId

GroupId

com.dynatrace.agent
ArtifactId

ArtifactId

agent-android
Version

Version

7.1.4.2244
Type

Type

aar

Download agent-android 7.1.4.2244


<!-- https://jarcasting.com/artifacts/com.dynatrace.agent/agent-android/ -->
<dependency>
    <groupId>com.dynatrace.agent</groupId>
    <artifactId>agent-android</artifactId>
    <version>7.1.4.2244</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dynatrace.agent/agent-android/
implementation 'com.dynatrace.agent:agent-android:7.1.4.2244'
// https://jarcasting.com/artifacts/com.dynatrace.agent/agent-android/
implementation ("com.dynatrace.agent:agent-android:7.1.4.2244")
'com.dynatrace.agent:agent-android:aar:7.1.4.2244'
<dependency org="com.dynatrace.agent" name="agent-android" rev="7.1.4.2244">
  <artifact name="agent-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dynatrace.agent', module='agent-android', version='7.1.4.2244')
)
libraryDependencies += "com.dynatrace.agent" % "agent-android" % "7.1.4.2244"
[com.dynatrace.agent/agent-android "7.1.4.2244"]