is not current version
Last Version 8.243.1.1007

com.dynatrace.agent:agent-android 7.1.2.2228

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.2.2228
Type

Type

aar

Download agent-android 7.1.2.2228


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