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