License |
License |
---|---|
GroupId | GroupIdcom.bytedance.btrace |
ArtifactId | ArtifactIdrhea-common |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrhea common 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-common-1.0.2.pom | |
rhea-common-1.0.2.jar | 2 KB |
rhea-common-1.0.2-sources.jar | 1 KB |
rhea-common-1.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.bytedance.btrace/rhea-common/ -->
<dependency>
<groupId>com.bytedance.btrace</groupId>
<artifactId>rhea-common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bytedance.btrace/rhea-common/
implementation 'com.bytedance.btrace:rhea-common:1.0.2'
// https://jarcasting.com/artifacts/com.bytedance.btrace/rhea-common/
implementation ("com.bytedance.btrace:rhea-common:1.0.2")
'com.bytedance.btrace:rhea-common:jar:1.0.2'
<dependency org="com.bytedance.btrace" name="rhea-common" rev="1.0.2">
<artifact name="rhea-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bytedance.btrace', module='rhea-common', version='1.0.2')
)
libraryDependencies += "com.bytedance.btrace" % "rhea-common" % "1.0.2"
[com.bytedance.btrace/rhea-common "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.72 |