Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.payclip.sdk |
ArtifactId | ArtifactIdplus-reader |
Version | Version1.1.2-beta-03 |
Type | Typeaar |
Filename | Size |
---|---|
plus-reader-1.1.2-beta-03.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.payclip.sdk/plus-reader/ -->
<dependency>
<groupId>com.payclip.sdk</groupId>
<artifactId>plus-reader</artifactId>
<version>1.1.2-beta-03</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.payclip.sdk/plus-reader/
implementation 'com.payclip.sdk:plus-reader:1.1.2-beta-03'
// https://jarcasting.com/artifacts/com.payclip.sdk/plus-reader/
implementation ("com.payclip.sdk:plus-reader:1.1.2-beta-03")
'com.payclip.sdk:plus-reader:aar:1.1.2-beta-03'
<dependency org="com.payclip.sdk" name="plus-reader" rev="1.1.2-beta-03">
<artifact name="plus-reader" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.payclip.sdk', module='plus-reader', version='1.1.2-beta-03')
)
libraryDependencies += "com.payclip.sdk" % "plus-reader" % "1.1.2-beta-03"
[com.payclip.sdk/plus-reader "1.1.2-beta-03"]