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