GroupId | GroupIdcom.toast.iap |
---|---|
ArtifactId | ArtifactIdmobill-core |
Version | Version1.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
mobill-core-1.3.2.pom | |
mobill-core-1.3.2.aar | 475 KB |
mobill-core-1.3.2-sources.jar | 14 KB |
mobill-core-1.3.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.toast.iap/mobill-core/ -->
<dependency>
<groupId>com.toast.iap</groupId>
<artifactId>mobill-core</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.toast.iap/mobill-core/
implementation 'com.toast.iap:mobill-core:1.3.2'
// https://jarcasting.com/artifacts/com.toast.iap/mobill-core/
implementation ("com.toast.iap:mobill-core:1.3.2")
'com.toast.iap:mobill-core:aar:1.3.2'
<dependency org="com.toast.iap" name="mobill-core" rev="1.3.2">
<artifact name="mobill-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.toast.iap', module='mobill-core', version='1.3.2')
)
libraryDependencies += "com.toast.iap" % "mobill-core" % "1.3.2"
[com.toast.iap/mobill-core "1.3.2"]