GroupId | GroupIdcom.tencent.tinker |
---|---|
ArtifactId | ArtifactIdtinker-commons |
Version | Version1.9.14.12 |
Type | Typejar |
Filename | Size |
---|---|
tinker-commons-1.9.14.12.pom | |
tinker-commons-1.9.14.12.jar | 55 KB |
tinker-commons-1.9.14.12-sources.jar | 37 KB |
tinker-commons-1.9.14.12-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.9.14.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-commons/
implementation 'com.tencent.tinker:tinker-commons:1.9.14.12'
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-commons/
implementation ("com.tencent.tinker:tinker-commons:1.9.14.12")
'com.tencent.tinker:tinker-commons:jar:1.9.14.12'
<dependency org="com.tencent.tinker" name="tinker-commons" rev="1.9.14.12">
<artifact name="tinker-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tinker', module='tinker-commons', version='1.9.14.12')
)
libraryDependencies += "com.tencent.tinker" % "tinker-commons" % "1.9.14.12"
[com.tencent.tinker/tinker-commons "1.9.14.12"]