<dependency> <groupId>com.github.javen205</groupId> <artifactId>IJPay</artifactId> <version>2.3.2</version> <type>pom</type> </dependency>
implementation 'com.github.javen205:IJPay:2.3.2'
implementation("com.github.javen205:IJPay:2.3.2")
libraryDependencies += "com.github.javen205" % "IJPay" % "2.3.2"
@Grapes( @Grab(group='com.github.javen205', module='IJPay', version='2.3.2') )
<dependency org="com.github.javen205" name="IJPay" rev="2.3.2" />
[com.github.javen205/IJPay "2.3.2"]
'com.github.javen205:IJPay:jar:2.3.2'
compile
|-- cn.hutool:hutool-crypto:5.0.4
|-- cn.hutool:hutool-http:5.0.4
test
|-- junit:junit:4.12