| Группа | Группаcom.weclassroom.livestream |
|---|---|
| Идентификатор | Идентификаторlivestream |
| Версия | Версия0.1.1.teacher |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| livestream-0.1.1.teacher.pom | |
| livestream-0.1.1.teacher-sources.jar | 34 KB |
| livestream-0.1.1.teacher-javadoc.jar | 172 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/ -->
<dependency>
<groupId>com.weclassroom.livestream</groupId>
<artifactId>livestream</artifactId>
<version>0.1.1.teacher</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/
implementation 'com.weclassroom.livestream:livestream:0.1.1.teacher'
// https://jarcasting.com/artifacts/com.weclassroom.livestream/livestream/
implementation ("com.weclassroom.livestream:livestream:0.1.1.teacher")
'com.weclassroom.livestream:livestream:aar:0.1.1.teacher'
<dependency org="com.weclassroom.livestream" name="livestream" rev="0.1.1.teacher">
<artifact name="livestream" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.weclassroom.livestream', module='livestream', version='0.1.1.teacher')
)
libraryDependencies += "com.weclassroom.livestream" % "livestream" % "0.1.1.teacher"
[com.weclassroom.livestream/livestream "0.1.1.teacher"]