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