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