| GroupId | GroupIdcom.weclassroom.livestream |
|---|---|
| ArtifactId | ArtifactIdlivestream |
| Version | Version0.4.6.xinkb |
| Type | Typeaar |
| Filename | Size |
|---|---|
| livestream-0.4.6.xinkb.pom | |
| livestream-0.4.6.xinkb-sources.jar | 22 KB |
| livestream-0.4.6.xinkb-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/ -->
<dependency>
<groupId>com.weclassroom.livestream</groupId>
<artifactId>livestream</artifactId>
<version>0.4.6.xinkb</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/
implementation 'com.weclassroom.livestream:livestream:0.4.6.xinkb'
// https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/
implementation ("com.weclassroom.livestream:livestream:0.4.6.xinkb")
'com.weclassroom.livestream:livestream:aar:0.4.6.xinkb'
<dependency org="com.weclassroom.livestream" name="livestream" rev="0.4.6.xinkb">
<artifact name="livestream" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.weclassroom.livestream', module='livestream', version='0.4.6.xinkb')
)
libraryDependencies += "com.weclassroom.livestream" % "livestream" % "0.4.6.xinkb"
[com.weclassroom.livestream/livestream "0.4.6.xinkb"]