Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.GBSEcom |
ArtifactId | ArtifactIdfirst-data-gateway |
Version | Version1.4.4 |
Type | Typejar |
Filename | Size |
---|---|
first-data-gateway-1.4.4.pom | |
first-data-gateway-1.4.4.jar | 684 KB |
first-data-gateway-1.4.4-tests.jar | 13 KB |
first-data-gateway-1.4.4-sources.jar | 383 KB |
first-data-gateway-1.4.4-javadoc.jar | 2 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.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.GBSEcom/first-data-gateway/
implementation 'com.github.GBSEcom:first-data-gateway:1.4.4'
// https://jarcasting.com/artifacts/com.github.GBSEcom/first-data-gateway/
implementation ("com.github.GBSEcom:first-data-gateway:1.4.4")
'com.github.GBSEcom:first-data-gateway:jar:1.4.4'
<dependency org="com.github.GBSEcom" name="first-data-gateway" rev="1.4.4">
<artifact name="first-data-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.GBSEcom', module='first-data-gateway', version='1.4.4')
)
libraryDependencies += "com.github.GBSEcom" % "first-data-gateway" % "1.4.4"
[com.github.GBSEcom/first-data-gateway "1.4.4"]