rtstatistics.com API Java Client
This is the Java client for accessing rtstatistics.com API. Both Data API and Management API are supported. Java 6+ environment is required for using the client.
Mirrors:
- On coding.net
- On GitHub
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.rtstatistics |
| ArtifactId | ArtifactIdapi-client |
| Last Version | Last Version1.0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrtstatistics-api-client
API client for manage.rtstatistics.com and api.rtstatistics.com
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| api-client-1.0.12.pom | |
| api-client-1.0.12.jar | 35 KB |
| api-client-1.0.12-sources.jar | 21 KB |
| api-client-1.0.12-javadoc.jar | 162 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rtstatistics/api-client/ -->
<dependency>
<groupId>com.rtstatistics</groupId>
<artifactId>api-client</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.rtstatistics/api-client/
implementation 'com.rtstatistics:api-client:1.0.12'
// https://jarcasting.com/artifacts/com.rtstatistics/api-client/
implementation ("com.rtstatistics:api-client:1.0.12")
'com.rtstatistics:api-client:jar:1.0.12'
<dependency org="com.rtstatistics" name="api-client" rev="1.0.12">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rtstatistics', module='api-client', version='1.0.12')
)
libraryDependencies += "com.rtstatistics" % "api-client" % "1.0.12"
[com.rtstatistics/api-client "1.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.jabb : jabb-core | jar | 1.0.125 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.springframework : spring-web | jar | 4.3.2.RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.7.7 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| io.fastjson : boon Optional | jar | 0.33 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.powermock : powermock-module-junit4 | jar | 1.6.2 |
| org.powermock : powermock-api-mockito | jar | 1.6.2 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |
This is the Java client for accessing rtstatistics.com API. Both Data API and Management API are supported. Java 6+ environment is required for using the client.
Mirrors: