| GroupId | GroupIdlive.pbj.sdk |
|---|---|
| ArtifactId | ArtifactIdlive |
| Version | Version0.0.3-alpha |
| Type | Typeaar |
| Filename | Size |
|---|---|
| live-0.0.3-alpha.pom | |
| live-0.0.3-alpha-sources.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/live.pbj.sdk/live/ -->
<dependency>
<groupId>live.pbj.sdk</groupId>
<artifactId>live</artifactId>
<version>0.0.3-alpha</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/live.pbj.sdk/live/
implementation 'live.pbj.sdk:live:0.0.3-alpha'
// https://jarcasting.com/artifacts/live.pbj.sdk/live/
implementation ("live.pbj.sdk:live:0.0.3-alpha")
'live.pbj.sdk:live:aar:0.0.3-alpha'
<dependency org="live.pbj.sdk" name="live" rev="0.0.3-alpha">
<artifact name="live" type="aar" />
</dependency>
@Grapes(
@Grab(group='live.pbj.sdk', module='live', version='0.0.3-alpha')
)
libraryDependencies += "live.pbj.sdk" % "live" % "0.0.3-alpha"
[live.pbj.sdk/live "0.0.3-alpha"]