| License |
License |
|---|---|
| GroupId | GroupIdcom.telqtele |
| ArtifactId | ArtifactIdsdk |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
Descriptionsdk
SDK used for accessing to TelQ Telecom platform API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sdk-1.2.0.pom | |
| sdk-1.2.0.jar | 59 KB |
| sdk-1.2.0-sources.jar | 24 KB |
| sdk-1.2.0-javadoc.jar | 613 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telqtele/sdk/ -->
<dependency>
<groupId>com.telqtele</groupId>
<artifactId>sdk</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.telqtele/sdk/
implementation 'com.telqtele:sdk:1.2.0'
// https://jarcasting.com/artifacts/com.telqtele/sdk/
implementation ("com.telqtele:sdk:1.2.0")
'com.telqtele:sdk:jar:1.2.0'
<dependency org="com.telqtele" name="sdk" rev="1.2.0">
<artifact name="sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telqtele', module='sdk', version='1.2.0')
)
libraryDependencies += "com.telqtele" % "sdk" % "1.2.0"
[com.telqtele/sdk "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.11 |
| com.google.code.gson : gson | jar | 2.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.mockito : mockito-core | jar | 2.21.0 |
| org.mockito : mockito-junit-jupiter | jar | 2.23.0 |
| org.json : json | jar | 20200518 |