| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.telerivet |
| ArtifactId | ArtifactIdTelerivetAPIClient |
| Last Version | Last Version1.4.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTelerivet Java Client
Java client library for Telerivet REST API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| TelerivetAPIClient-1.4.6.pom | |
| TelerivetAPIClient-1.4.6.jar | 40 KB |
| TelerivetAPIClient-1.4.6-sources.jar | 34 KB |
| TelerivetAPIClient-1.4.6-javadoc.jar | 186 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telerivet/TelerivetAPIClient/ -->
<dependency>
<groupId>com.telerivet</groupId>
<artifactId>TelerivetAPIClient</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.telerivet/TelerivetAPIClient/
implementation 'com.telerivet:TelerivetAPIClient:1.4.6'
// https://jarcasting.com/artifacts/com.telerivet/TelerivetAPIClient/
implementation ("com.telerivet:TelerivetAPIClient:1.4.6")
'com.telerivet:TelerivetAPIClient:jar:1.4.6'
<dependency org="com.telerivet" name="TelerivetAPIClient" rev="1.4.6">
<artifact name="TelerivetAPIClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telerivet', module='TelerivetAPIClient', version='1.4.6')
)
libraryDependencies += "com.telerivet" % "TelerivetAPIClient" % "1.4.6"
[com.telerivet/TelerivetAPIClient "1.4.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.3.4 |
| org.json : json | jar | 20140107 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |