| License |
License |
|---|---|
| GroupId | GroupIdcom.bytedance.btrace |
| ArtifactId | ArtifactIdrhea-core |
| Version | Version1.0.2 |
| Type | Typeaar |
| Description |
Descriptionrhea core library
btrace is a high performance Android trace tool which is based on Systrace.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rhea-core-1.0.2.pom | |
| rhea-core-1.0.2.aar | 21 KB |
| rhea-core-1.0.2-sources.jar | 11 KB |
| rhea-core-1.0.2-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bytedance.btrace/rhea-core/ -->
<dependency>
<groupId>com.bytedance.btrace</groupId>
<artifactId>rhea-core</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bytedance.btrace/rhea-core/
implementation 'com.bytedance.btrace:rhea-core:1.0.2'
// https://jarcasting.com/artifacts/com.bytedance.btrace/rhea-core/
implementation ("com.bytedance.btrace:rhea-core:1.0.2")
'com.bytedance.btrace:rhea-core:aar:1.0.2'
<dependency org="com.bytedance.btrace" name="rhea-core" rev="1.0.2">
<artifact name="rhea-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bytedance.btrace', module='rhea-core', version='1.0.2')
)
libraryDependencies += "com.bytedance.btrace" % "rhea-core" % "1.0.2"
[com.bytedance.btrace/rhea-core "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.bytedance.btrace : rhea-atrace | jar | 1.0.2 |
| com.bytedance.btrace : rhea-common | jar | 1.0.2 |
| androidx.core » core | jar | 1.3.2 |