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