is not current version
Last Version 1.3.6

com.github.transactpro:gateway 1.0.0

A library that provide ability to make requests to Transact Pro Gateway API v3.

GroupId

GroupId

com.github.transactpro
ArtifactId

ArtifactId

gateway
Version

Version

1.0.0
Type

Type

jar

Download gateway 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.transactpro/gateway/ -->
<dependency>
    <groupId>com.github.transactpro</groupId>
    <artifactId>gateway</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.transactpro/gateway/
implementation 'com.github.transactpro:gateway:1.0.0'
// https://jarcasting.com/artifacts/com.github.transactpro/gateway/
implementation ("com.github.transactpro:gateway:1.0.0")
'com.github.transactpro:gateway:jar:1.0.0'
<dependency org="com.github.transactpro" name="gateway" rev="1.0.0">
  <artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.transactpro', module='gateway', version='1.0.0')
)
libraryDependencies += "com.github.transactpro" % "gateway" % "1.0.0"
[com.github.transactpro/gateway "1.0.0"]