a

ao-credit-cards-all

Convenience POM to include the credit card processing API and all providers.
https://aoindustries.com/ao-credit-cards/all/
Files download
File Operation
ao-credit-cards-all-1.1.2.pom download
Apache Maven
<dependency>
  <groupId>com.aoindustries</groupId>
  <artifactId>ao-credit-cards-all</artifactId>
  <version>1.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.aoindustries:ao-credit-cards-all:1.1.2'
Gradle Kotlin
implementation("com.aoindustries:ao-credit-cards-all:1.1.2")
Scala SBT
libraryDependencies += "com.aoindustries" % "ao-credit-cards-all" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.aoindustries', module='ao-credit-cards-all', version='1.1.2')
)
Apache Ivy
<dependency org="com.aoindustries" name="ao-credit-cards-all" rev="1.1.2" />
Leiningen
[com.aoindustries/ao-credit-cards-all "1.1.2"]
Apache Buildr
'com.aoindustries:ao-credit-cards-all:jar:1.1.2'