| GroupId | GroupIdtr.com.inventiv |
|---|---|
| ArtifactId | ArtifactIdgastropaysdk |
| Version | Version0.0.1-ALPHA |
| Type | Typeaar |
| Filename | Size |
|---|---|
| gastropaysdk-0.0.1-ALPHA.pom | |
| gastropaysdk-0.0.1-ALPHA-sources.jar | 255 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tr.com.inventiv/gastropaysdk/ -->
<dependency>
<groupId>tr.com.inventiv</groupId>
<artifactId>gastropaysdk</artifactId>
<version>0.0.1-ALPHA</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tr.com.inventiv/gastropaysdk/
implementation 'tr.com.inventiv:gastropaysdk:0.0.1-ALPHA'
// https://jarcasting.com/artifacts/tr.com.inventiv/gastropaysdk/
implementation ("tr.com.inventiv:gastropaysdk:0.0.1-ALPHA")
'tr.com.inventiv:gastropaysdk:aar:0.0.1-ALPHA'
<dependency org="tr.com.inventiv" name="gastropaysdk" rev="0.0.1-ALPHA">
<artifact name="gastropaysdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='tr.com.inventiv', module='gastropaysdk', version='0.0.1-ALPHA')
)
libraryDependencies += "tr.com.inventiv" % "gastropaysdk" % "0.0.1-ALPHA"
[tr.com.inventiv/gastropaysdk "0.0.1-ALPHA"]