| GroupId | GroupIdcom.weclassroom.livestream |
|---|---|
| ArtifactId | ArtifactIdlivestream |
| Version | Version0.4.7.yach |
| Type | Typeaar |
| Filename | Size |
|---|---|
| livestream-0.4.7.yach.pom | |
| livestream-0.4.7.yach-sources.jar | 22 KB |
| livestream-0.4.7.yach-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.7.yach</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/
implementation 'com.weclassroom.livestream:livestream:0.4.7.yach'
// https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/
implementation ("com.weclassroom.livestream:livestream:0.4.7.yach")
'com.weclassroom.livestream:livestream:aar:0.4.7.yach'
<dependency org="com.weclassroom.livestream" name="livestream" rev="0.4.7.yach">
<artifact name="livestream" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.weclassroom.livestream', module='livestream', version='0.4.7.yach')
)
libraryDependencies += "com.weclassroom.livestream" % "livestream" % "0.4.7.yach"
[com.weclassroom.livestream/livestream "0.4.7.yach"]