GroupId | GroupIdcom.instana |
---|---|
ArtifactId | ArtifactIdandroid-agent-plugin |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
android-agent-plugin-1.1.4.pom | |
android-agent-plugin-1.1.4.jar | 7 KB |
android-agent-plugin-1.1.4-sources.jar | 1 KB |
android-agent-plugin-1.1.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.instana/android-agent-plugin/ -->
<dependency>
<groupId>com.instana</groupId>
<artifactId>android-agent-plugin</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.instana/android-agent-plugin/
implementation 'com.instana:android-agent-plugin:1.1.4'
// https://jarcasting.com/artifacts/com.instana/android-agent-plugin/
implementation ("com.instana:android-agent-plugin:1.1.4")
'com.instana:android-agent-plugin:jar:1.1.4'
<dependency org="com.instana" name="android-agent-plugin" rev="1.1.4">
<artifact name="android-agent-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.instana', module='android-agent-plugin', version='1.1.4')
)
libraryDependencies += "com.instana" % "android-agent-plugin" % "1.1.4"
[com.instana/android-agent-plugin "1.1.4"]