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