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