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