GroupId | GroupIdcom.lgou2w |
---|---|
ArtifactId | ArtifactIdldk-chat |
Version | Version0.1.8-beta12-hotfix2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-chat/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-chat</artifactId>
<version>0.1.8-beta12-hotfix2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-chat/
implementation 'com.lgou2w:ldk-chat:0.1.8-beta12-hotfix2'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-chat/
implementation ("com.lgou2w:ldk-chat:0.1.8-beta12-hotfix2")
'com.lgou2w:ldk-chat:jar:0.1.8-beta12-hotfix2'
<dependency org="com.lgou2w" name="ldk-chat" rev="0.1.8-beta12-hotfix2">
<artifact name="ldk-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-chat', version='0.1.8-beta12-hotfix2')
)
libraryDependencies += "com.lgou2w" % "ldk-chat" % "0.1.8-beta12-hotfix2"
[com.lgou2w/ldk-chat "0.1.8-beta12-hotfix2"]