o

ovea-billing

Common billing API over Paypal, MPulse, Facebook, ...
Files download
File Operation
ovea-billing-1.0.b9.jar download
ovea-billing-1.0.b9.pom download
ovea-billing-1.0.b9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ovea</groupId>
  <artifactId>ovea-billing</artifactId>
  <version>1.0.b9</version>
</dependency>
Gradle Groovy
implementation 'com.ovea:ovea-billing:1.0.b9'
Gradle Kotlin
implementation("com.ovea:ovea-billing:1.0.b9")
Scala SBT
libraryDependencies += "com.ovea" % "ovea-billing" % "1.0.b9"
Groovy Grape
@Grapes(
  @Grab(group='com.ovea', module='ovea-billing', version='1.0.b9')
)
Apache Ivy
<dependency org="com.ovea" name="ovea-billing" rev="1.0.b9" />
Leiningen
[com.ovea/ovea-billing "1.0.b9"]
Apache Buildr
'com.ovea:ovea-billing:jar:1.0.b9'