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