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