<dependency> <groupId>com.github.javen205</groupId> <artifactId>IJPay-AliPay</artifactId> <version>2.7.6</version> </dependency>
implementation 'com.github.javen205:IJPay-AliPay:2.7.6'
implementation("com.github.javen205:IJPay-AliPay:2.7.6")
libraryDependencies += "com.github.javen205" % "IJPay-AliPay" % "2.7.6"
@Grapes( @Grab(group='com.github.javen205', module='IJPay-AliPay', version='2.7.6') )
<dependency org="com.github.javen205" name="IJPay-AliPay" rev="2.7.6" />
[com.github.javen205/IJPay-AliPay "2.7.6"]
'com.github.javen205:IJPay-AliPay:jar:2.7.6'
<parent> <groupId>com.github.javen205</groupId> <artifactId>IJPay</artifactId> <version>2.7.6</version> </parent>
compile
|-- com.alipay.sdk:alipay-sdk-java:4.15.14.ALL
|-- com.alibaba:fastjson:1.2.76
provided
|-- javax.servlet:javax.servlet-api:4.0.1