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