is not current version
Last Version 5.2.1

com.instana:android-agent-runtime 3.6.1

Gather end-user Android app performance data

GroupId

GroupId

com.instana
ArtifactId

ArtifactId

android-agent-runtime
Version

Version

3.6.1
Type

Type

aar

Download android-agent-runtime 3.6.1


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