<dependency> <groupId>com.tencent.bugly</groupId> <artifactId>BuglyTransportPro</artifactId> <version>2.4</version> <type>aar</type> </dependency>
implementation 'com.tencent.bugly:BuglyTransportPro:2.4'
implementation("com.tencent.bugly:BuglyTransportPro:2.4")
libraryDependencies += "com.tencent.bugly" % "BuglyTransportPro" % "2.4"
@Grapes( @Grab(group='com.tencent.bugly', module='BuglyTransportPro', version='2.4') )
<dependency org="com.tencent.bugly" name="BuglyTransportPro" rev="2.4" />
[com.tencent.bugly/BuglyTransportPro "2.4"]
'com.tencent.bugly:BuglyTransportPro:jar:2.4'