| Группа | Группаcom.github.transactpro |
|---|---|
| Идентификатор | Идентификаторgateway |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gateway-1.0.0.pom | |
| gateway-1.0.0.jar | 43 KB |
| gateway-1.0.0-sources.jar | 28 KB |
| gateway-1.0.0-javadoc.jar | 735 KB |
| Обзор |
<!-- 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"]