Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.GBSEcom |
ArtifactId | ArtifactIdfirst-data-gateway |
Version | Version1.12.1 |
Type | Typejar |
Filename | Size |
---|---|
first-data-gateway-1.12.1.pom | |
first-data-gateway-1.12.1.jar | 969 KB |
first-data-gateway-1.12.1-tests.jar | 202 KB |
first-data-gateway-1.12.1-sources.jar | 607 KB |
first-data-gateway-1.12.1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.GBSEcom/first-data-gateway/ -->
<dependency>
<groupId>com.github.GBSEcom</groupId>
<artifactId>first-data-gateway</artifactId>
<version>1.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.GBSEcom/first-data-gateway/
implementation 'com.github.GBSEcom:first-data-gateway:1.12.1'
// https://jarcasting.com/artifacts/com.github.GBSEcom/first-data-gateway/
implementation ("com.github.GBSEcom:first-data-gateway:1.12.1")
'com.github.GBSEcom:first-data-gateway:jar:1.12.1'
<dependency org="com.github.GBSEcom" name="first-data-gateway" rev="1.12.1">
<artifact name="first-data-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.GBSEcom', module='first-data-gateway', version='1.12.1')
)
libraryDependencies += "com.github.GBSEcom" % "first-data-gateway" % "1.12.1"
[com.github.GBSEcom/first-data-gateway "1.12.1"]