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