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