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