<dependency> <groupId>com.github.javen205</groupId> <artifactId>IJPay-UnionPay</artifactId> <version>2.7</version> </dependency>
implementation 'com.github.javen205:IJPay-UnionPay:2.7'
implementation("com.github.javen205:IJPay-UnionPay:2.7")
libraryDependencies += "com.github.javen205" % "IJPay-UnionPay" % "2.7"
@Grapes( @Grab(group='com.github.javen205', module='IJPay-UnionPay', version='2.7') )
<dependency org="com.github.javen205" name="IJPay-UnionPay" rev="2.7" />
[com.github.javen205/IJPay-UnionPay "2.7"]
'com.github.javen205:IJPay-UnionPay:jar:2.7'
<parent> <groupId>com.github.javen205</groupId> <artifactId>IJPay</artifactId> <version>2.7</version> </parent>
compile
|-- com.github.javen205:IJPay-Core
provided
|-- org.projectlombok:lombok:1.18.12