GroupId | GroupIdopenim |
---|---|
ArtifactId | ArtifactIdopenim-server-api |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
openim-server-api-1.2.1.pom | |
openim-server-api-1.2.1.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/openim/openim-server-api/ -->
<dependency>
<groupId>openim</groupId>
<artifactId>openim-server-api</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/openim/openim-server-api/
implementation 'openim:openim-server-api:1.2.1'
// https://jarcasting.com/artifacts/openim/openim-server-api/
implementation ("openim:openim-server-api:1.2.1")
'openim:openim-server-api:jar:1.2.1'
<dependency org="openim" name="openim-server-api" rev="1.2.1">
<artifact name="openim-server-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='openim', module='openim-server-api', version='1.2.1')
)
libraryDependencies += "openim" % "openim-server-api" % "1.2.1"
[openim/openim-server-api "1.2.1"]