| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.transactpro |
| Идентификатор | Идентификаторgateway |
| Версия | Версия1.3.6 |
| Тип | Типjar |
| Описание |
ОписаниеTransact Pro Gateway v3 Java client library
A library that provide ability to make requests to Transact Pro Gateway API v3.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gateway-1.3.6.pom | |
| gateway-1.3.6.jar | 98 KB |
| gateway-1.3.6-sources.jar | 53 KB |
| gateway-1.3.6-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.transactpro/gateway/ -->
<dependency>
<groupId>com.github.transactpro</groupId>
<artifactId>gateway</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.transactpro/gateway/
implementation 'com.github.transactpro:gateway:1.3.6'
// https://jarcasting.com/artifacts/com.github.transactpro/gateway/
implementation ("com.github.transactpro:gateway:1.3.6")
'com.github.transactpro:gateway:jar:1.3.6'
<dependency org="com.github.transactpro" name="gateway" rev="1.3.6">
<artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.transactpro', module='gateway', version='1.3.6')
)
libraryDependencies += "com.github.transactpro" % "gateway" % "1.3.6"
[com.github.transactpro/gateway "1.3.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| com.google.code.gson : gson | jar | 2.8.5 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| org.hibernate.validator : hibernate-validator | jar | 6.1.5.Final |
| javax.el : javax.el-api | jar | 3.0.0 |
| org.glassfish.web : javax.el | jar | 2.2.6 |
| org.apache.commons : commons-csv | jar | 1.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.3.2 |
| org.mockito : mockito-core | jar | 2.25.1 |