GroupId | GroupIdcom.github.highras |
---|---|
ArtifactId | ArtifactIdrtm-server-sdk |
Version | Version2.5.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
rtm-server-sdk-2.5.0-RELEASE.pom | |
rtm-server-sdk-2.5.0-RELEASE.jar | 201 KB |
rtm-server-sdk-2.5.0-RELEASE-sources.jar | 44 KB |
rtm-server-sdk-2.5.0-RELEASE-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.highras/rtm-server-sdk/ -->
<dependency>
<groupId>com.github.highras</groupId>
<artifactId>rtm-server-sdk</artifactId>
<version>2.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.highras/rtm-server-sdk/
implementation 'com.github.highras:rtm-server-sdk:2.5.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.highras/rtm-server-sdk/
implementation ("com.github.highras:rtm-server-sdk:2.5.0-RELEASE")
'com.github.highras:rtm-server-sdk:jar:2.5.0-RELEASE'
<dependency org="com.github.highras" name="rtm-server-sdk" rev="2.5.0-RELEASE">
<artifact name="rtm-server-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.highras', module='rtm-server-sdk', version='2.5.0-RELEASE')
)
libraryDependencies += "com.github.highras" % "rtm-server-sdk" % "2.5.0-RELEASE"
[com.github.highras/rtm-server-sdk "2.5.0-RELEASE"]