License |
License |
---|---|
Categories |
CategoriesDynatrace Application Testing & Monitoring Application Performance Monitoring (APM) |
GroupId | GroupIdcom.dynatrace.agent |
ArtifactId | ArtifactIdDynatrace |
Last Version | Last Version7.1.0.2114 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptioncom.dynatrace.agent:agent-android
A gradle plugin to add the dynatrace agent to an android project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Dynatrace-7.1.0.2114.pom | |
Dynatrace-7.1.0.2114.aar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dynatrace.agent/Dynatrace/ -->
<dependency>
<groupId>com.dynatrace.agent</groupId>
<artifactId>Dynatrace</artifactId>
<version>7.1.0.2114</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dynatrace.agent/Dynatrace/
implementation 'com.dynatrace.agent:Dynatrace:7.1.0.2114'
// https://jarcasting.com/artifacts/com.dynatrace.agent/Dynatrace/
implementation ("com.dynatrace.agent:Dynatrace:7.1.0.2114")
'com.dynatrace.agent:Dynatrace:aar:7.1.0.2114'
<dependency org="com.dynatrace.agent" name="Dynatrace" rev="7.1.0.2114">
<artifact name="Dynatrace" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dynatrace.agent', module='Dynatrace', version='7.1.0.2114')
)
libraryDependencies += "com.dynatrace.agent" % "Dynatrace" % "7.1.0.2114"
[com.dynatrace.agent/Dynatrace "7.1.0.2114"]