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