не последняя версия
Последняя версия 1.3.6

com.github.transactpro:gateway 1.0.0

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

Группа

Группа

com.github.transactpro
Идентификатор

Идентификатор

gateway
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать 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"]