GroupId | GroupIdcom.tencent.tinker |
---|---|
ArtifactId | ArtifactIdtinker-commons |
Version | Version1.7.1 |
Type | Typejar |
Filename | Size |
---|---|
tinker-commons-1.7.1.pom | |
tinker-commons-1.7.1.jar | 87 KB |
tinker-commons-1.7.1-sources.jar | 63 KB |
tinker-commons-1.7.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tinker/tinker-commons/ -->
<dependency>
<groupId>com.tencent.tinker</groupId>
<artifactId>tinker-commons</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-commons/
implementation 'com.tencent.tinker:tinker-commons:1.7.1'
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-commons/
implementation ("com.tencent.tinker:tinker-commons:1.7.1")
'com.tencent.tinker:tinker-commons:jar:1.7.1'
<dependency org="com.tencent.tinker" name="tinker-commons" rev="1.7.1">
<artifact name="tinker-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tinker', module='tinker-commons', version='1.7.1')
)
libraryDependencies += "com.tencent.tinker" % "tinker-commons" % "1.7.1"
[com.tencent.tinker/tinker-commons "1.7.1"]