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