GroupId | GroupIdcom.github.zj-dreamly |
---|---|
ArtifactId | ArtifactIddreamly-starter-im |
Version | Version1.0.0-beta.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-im/ -->
<dependency>
<groupId>com.github.zj-dreamly</groupId>
<artifactId>dreamly-starter-im</artifactId>
<version>1.0.0-beta.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-im/
implementation 'com.github.zj-dreamly:dreamly-starter-im:1.0.0-beta.5'
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-im/
implementation ("com.github.zj-dreamly:dreamly-starter-im:1.0.0-beta.5")
'com.github.zj-dreamly:dreamly-starter-im:jar:1.0.0-beta.5'
<dependency org="com.github.zj-dreamly" name="dreamly-starter-im" rev="1.0.0-beta.5">
<artifact name="dreamly-starter-im" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zj-dreamly', module='dreamly-starter-im', version='1.0.0-beta.5')
)
libraryDependencies += "com.github.zj-dreamly" % "dreamly-starter-im" % "1.0.0-beta.5"
[com.github.zj-dreamly/dreamly-starter-im "1.0.0-beta.5"]