| GroupId | GroupIdcom.oneapm.agent.android |
|---|---|
| ArtifactId | ArtifactIdagent |
| Version | Version5.5.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| agent-5.5.6.0.pom | |
| agent-5.5.6.0-sources.jar | 2 KB |
| agent-5.5.6.0-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oneapm.agent.android/agent/ -->
<dependency>
<groupId>com.oneapm.agent.android</groupId>
<artifactId>agent</artifactId>
<version>5.5.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneapm.agent.android/agent/
implementation 'com.oneapm.agent.android:agent:5.5.6.0'
// https://jarcasting.com/artifacts/com.oneapm.agent.android/agent/
implementation ("com.oneapm.agent.android:agent:5.5.6.0")
'com.oneapm.agent.android:agent:jar:5.5.6.0'
<dependency org="com.oneapm.agent.android" name="agent" rev="5.5.6.0">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneapm.agent.android', module='agent', version='5.5.6.0')
)
libraryDependencies += "com.oneapm.agent.android" % "agent" % "5.5.6.0"
[com.oneapm.agent.android/agent "5.5.6.0"]