Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.tencent.tinker |
ArtifactId | ArtifactIdtinker-patch-gradle-plugin |
Version | Version1.9.14.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.tinker/tinker-patch-gradle-plugin/ -->
<dependency>
<groupId>com.tencent.tinker</groupId>
<artifactId>tinker-patch-gradle-plugin</artifactId>
<version>1.9.14.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-patch-gradle-plugin/
implementation 'com.tencent.tinker:tinker-patch-gradle-plugin:1.9.14.13'
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-patch-gradle-plugin/
implementation ("com.tencent.tinker:tinker-patch-gradle-plugin:1.9.14.13")
'com.tencent.tinker:tinker-patch-gradle-plugin:jar:1.9.14.13'
<dependency org="com.tencent.tinker" name="tinker-patch-gradle-plugin" rev="1.9.14.13">
<artifact name="tinker-patch-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tinker', module='tinker-patch-gradle-plugin', version='1.9.14.13')
)
libraryDependencies += "com.tencent.tinker" % "tinker-patch-gradle-plugin" % "1.9.14.13"
[com.tencent.tinker/tinker-patch-gradle-plugin "1.9.14.13"]