| License |
License |
|---|---|
| GroupId | GroupIdcom.tencent.tcr |
| ArtifactId | ArtifactIdpublic |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionpublic
android 下载框架
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| public-1.0.1.pom | |
| public-1.0.1-sources.jar | 250 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tcr/public/ -->
<dependency>
<groupId>com.tencent.tcr</groupId>
<artifactId>public</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tcr/public/
implementation 'com.tencent.tcr:public:1.0.1'
// https://jarcasting.com/artifacts/com.tencent.tcr/public/
implementation ("com.tencent.tcr:public:1.0.1")
'com.tencent.tcr:public:pom:1.0.1'
<dependency org="com.tencent.tcr" name="public" rev="1.0.1">
<artifact name="public" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tcr', module='public', version='1.0.1')
)
libraryDependencies += "com.tencent.tcr" % "public" % "1.0.1"
[com.tencent.tcr/public "1.0.1"]