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