GroupId | GroupIdcom.instana |
---|---|
ArtifactId | ArtifactIdandroid-agent-runtime |
Version | Version4.5.3 |
Type | Typeaar |
Filename | Size |
---|---|
android-agent-runtime-4.5.3.pom | |
android-agent-runtime-4.5.3.aar | 162 KB |
android-agent-runtime-4.5.3-sources.jar | 50 KB |
android-agent-runtime-4.5.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.instana/android-agent-runtime/ -->
<dependency>
<groupId>com.instana</groupId>
<artifactId>android-agent-runtime</artifactId>
<version>4.5.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.instana/android-agent-runtime/
implementation 'com.instana:android-agent-runtime:4.5.3'
// https://jarcasting.com/artifacts/com.instana/android-agent-runtime/
implementation ("com.instana:android-agent-runtime:4.5.3")
'com.instana:android-agent-runtime:aar:4.5.3'
<dependency org="com.instana" name="android-agent-runtime" rev="4.5.3">
<artifact name="android-agent-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.instana', module='android-agent-runtime', version='4.5.3')
)
libraryDependencies += "com.instana" % "android-agent-runtime" % "4.5.3"
[com.instana/android-agent-runtime "4.5.3"]