| GroupId | GroupIdpro.streem.pbandk |
|---|---|
| ArtifactId | ArtifactIdpbandk-runtime-android |
| Version | Version0.14.0 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/pro.streem.pbandk/pbandk-runtime-android/ -->
<dependency>
<groupId>pro.streem.pbandk</groupId>
<artifactId>pbandk-runtime-android</artifactId>
<version>0.14.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pro.streem.pbandk/pbandk-runtime-android/
implementation 'pro.streem.pbandk:pbandk-runtime-android:0.14.0'
// https://jarcasting.com/artifacts/pro.streem.pbandk/pbandk-runtime-android/
implementation ("pro.streem.pbandk:pbandk-runtime-android:0.14.0")
'pro.streem.pbandk:pbandk-runtime-android:aar:0.14.0'
<dependency org="pro.streem.pbandk" name="pbandk-runtime-android" rev="0.14.0">
<artifact name="pbandk-runtime-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='pro.streem.pbandk', module='pbandk-runtime-android', version='0.14.0')
)
libraryDependencies += "pro.streem.pbandk" % "pbandk-runtime-android" % "0.14.0"
[pro.streem.pbandk/pbandk-runtime-android "0.14.0"]