Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.github.doocs |
ArtifactId | ArtifactIdim-server-sdk-java |
Version | Version0.3.8 |
Type | Typejar |
Filename | Size |
---|---|
im-server-sdk-java-0.3.8.pom | |
im-server-sdk-java-0.3.8.jar | 456 KB |
im-server-sdk-java-0.3.8-sources.jar | 245 KB |
im-server-sdk-java-0.3.8-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.doocs/im-server-sdk-java/ -->
<dependency>
<groupId>io.github.doocs</groupId>
<artifactId>im-server-sdk-java</artifactId>
<version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.doocs/im-server-sdk-java/
implementation 'io.github.doocs:im-server-sdk-java:0.3.8'
// https://jarcasting.com/artifacts/io.github.doocs/im-server-sdk-java/
implementation ("io.github.doocs:im-server-sdk-java:0.3.8")
'io.github.doocs:im-server-sdk-java:jar:0.3.8'
<dependency org="io.github.doocs" name="im-server-sdk-java" rev="0.3.8">
<artifact name="im-server-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.doocs', module='im-server-sdk-java', version='0.3.8')
)
libraryDependencies += "io.github.doocs" % "im-server-sdk-java" % "0.3.8"
[io.github.doocs/im-server-sdk-java "0.3.8"]