<dependency> <groupId>com.github.javen205</groupId> <artifactId>IJPay-All</artifactId> <version>2.9.6-17</version> </dependency>
implementation 'com.github.javen205:IJPay-All:2.9.6-17'
implementation("com.github.javen205:IJPay-All:2.9.6-17")
libraryDependencies += "com.github.javen205" % "IJPay-All" % "2.9.6-17"
@Grapes( @Grab(group='com.github.javen205', module='IJPay-All', version='2.9.6-17') )
<dependency org="com.github.javen205" name="IJPay-All" rev="2.9.6-17" />
[com.github.javen205/IJPay-All "2.9.6-17"]
'com.github.javen205:IJPay-All:jar:2.9.6-17'
<parent> <groupId>com.github.javen205</groupId> <artifactId>IJPay</artifactId> <version>2.9.6-17</version> </parent>
compile
|-- cn.hutool:hutool-crypto:5.8.11
|-- cn.hutool:hutool-http:5.8.11
|-- cn.hutool:hutool-json:5.8.11
test
|-- junit:junit:4.13.2