o

online-payment-core

Your description of the lib
https://site_for_lib.tld
The Apache Software License, Version 2.0
Yugang Zhou
Files download
File Operation
online-payment-core-0.1.2.jar download
online-payment-core-0.1.2.pom download
online-payment-core-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hippoom</groupId>
  <artifactId>online-payment-core</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.hippoom:online-payment-core:0.1.2'
Gradle Kotlin
implementation("com.github.hippoom:online-payment-core:0.1.2")
Scala SBT
libraryDependencies += "com.github.hippoom" % "online-payment-core" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hippoom', module='online-payment-core', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.hippoom" name="online-payment-core" rev="0.1.2" />
Leiningen
[com.github.hippoom/online-payment-core "0.1.2"]
Apache Buildr
'com.github.hippoom:online-payment-core:jar:0.1.2'