<dependency> <groupId>com.github.javen205</groupId> <artifactId>IJPay-QQ</artifactId> <version>2.9.11</version> </dependency>
implementation 'com.github.javen205:IJPay-QQ:2.9.11'
implementation("com.github.javen205:IJPay-QQ:2.9.11")
libraryDependencies += "com.github.javen205" % "IJPay-QQ" % "2.9.11"
@Grapes( @Grab(group='com.github.javen205', module='IJPay-QQ', version='2.9.11') )
<dependency org="com.github.javen205" name="IJPay-QQ" rev="2.9.11" />
[com.github.javen205/IJPay-QQ "2.9.11"]
'com.github.javen205:IJPay-QQ:jar:2.9.11'
<parent> <groupId>com.github.javen205</groupId> <artifactId>IJPay</artifactId> <version>2.9.11</version> </parent>
compile
|-- com.github.javen205:IJPay-Core
provided
|-- org.projectlombok:lombok:1.18.32