| License |
License |
|---|---|
| GroupId | GroupIdcom.telqtele |
| ArtifactId | ArtifactIdsdk |
| Version | Version1.1.3 |
| 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.1.3.pom | |
| sdk-1.1.3.jar | 54 KB |
| sdk-1.1.3-sources.jar | 22 KB |
| sdk-1.1.3-javadoc.jar | 286 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telqtele/sdk/ -->
<dependency>
<groupId>com.telqtele</groupId>
<artifactId>sdk</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.telqtele/sdk/
implementation 'com.telqtele:sdk:1.1.3'
// https://jarcasting.com/artifacts/com.telqtele/sdk/
implementation ("com.telqtele:sdk:1.1.3")
'com.telqtele:sdk:jar:1.1.3'
<dependency org="com.telqtele" name="sdk" rev="1.1.3">
<artifact name="sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telqtele', module='sdk', version='1.1.3')
)
libraryDependencies += "com.telqtele" % "sdk" % "1.1.3"
[com.telqtele/sdk "1.1.3"]
| 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 |