| GroupId | GroupIdcom.github.transactpro |
|---|---|
| ArtifactId | ArtifactIdgateway |
| Version | Version1.3.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gateway-1.3.5.pom | |
| gateway-1.3.5.jar | 97 KB |
| gateway-1.3.5-sources.jar | 52 KB |
| gateway-1.3.5-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.transactpro/gateway/ -->
<dependency>
<groupId>com.github.transactpro</groupId>
<artifactId>gateway</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.transactpro/gateway/
implementation 'com.github.transactpro:gateway:1.3.5'
// https://jarcasting.com/artifacts/com.github.transactpro/gateway/
implementation ("com.github.transactpro:gateway:1.3.5")
'com.github.transactpro:gateway:jar:1.3.5'
<dependency org="com.github.transactpro" name="gateway" rev="1.3.5">
<artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.transactpro', module='gateway', version='1.3.5')
)
libraryDependencies += "com.github.transactpro" % "gateway" % "1.3.5"
[com.github.transactpro/gateway "1.3.5"]