GroupId | GroupIdcom.github.highras |
---|---|
ArtifactId | ArtifactIdrtm-server-sdk |
Version | Version2.0.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
rtm-server-sdk-2.0.3-RELEASE.pom | |
rtm-server-sdk-2.0.3-RELEASE.jar | 166 KB |
rtm-server-sdk-2.0.3-RELEASE-sources.jar | 37 KB |
rtm-server-sdk-2.0.3-RELEASE-javadoc.jar | 415 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.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.highras/rtm-server-sdk/
implementation 'com.github.highras:rtm-server-sdk:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.highras/rtm-server-sdk/
implementation ("com.github.highras:rtm-server-sdk:2.0.3-RELEASE")
'com.github.highras:rtm-server-sdk:jar:2.0.3-RELEASE'
<dependency org="com.github.highras" name="rtm-server-sdk" rev="2.0.3-RELEASE">
<artifact name="rtm-server-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.highras', module='rtm-server-sdk', version='2.0.3-RELEASE')
)
libraryDependencies += "com.github.highras" % "rtm-server-sdk" % "2.0.3-RELEASE"
[com.github.highras/rtm-server-sdk "2.0.3-RELEASE"]