GroupId | GroupIdcom.instana |
---|---|
ArtifactId | ArtifactIdandroid-agent-runtime |
Version | Version2.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
android-agent-runtime-2.3.2.pom | |
android-agent-runtime-2.3.2.aar | 148 KB |
android-agent-runtime-2.3.2-sources.jar | 43 KB |
android-agent-runtime-2.3.2-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>2.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.instana/android-agent-runtime/
implementation 'com.instana:android-agent-runtime:2.3.2'
// https://jarcasting.com/artifacts/com.instana/android-agent-runtime/
implementation ("com.instana:android-agent-runtime:2.3.2")
'com.instana:android-agent-runtime:aar:2.3.2'
<dependency org="com.instana" name="android-agent-runtime" rev="2.3.2">
<artifact name="android-agent-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.instana', module='android-agent-runtime', version='2.3.2')
)
libraryDependencies += "com.instana" % "android-agent-runtime" % "2.3.2"
[com.instana/android-agent-runtime "2.3.2"]