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