| License |
License |
|---|---|
| GroupId | GroupIdcom.vk.api |
| ArtifactId | ArtifactIdsdk |
| Last Version | Last Version1.0.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava SDK for VK API
Java library for VK API interaction, includes OAuth 2.0 authorization and API methods.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sdk-1.0.14.pom | |
| sdk-1.0.14.jar | 1 MB |
| sdk-1.0.14-sources.jar | 956 KB |
| sdk-1.0.14-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vk.api/sdk/ -->
<dependency>
<groupId>com.vk.api</groupId>
<artifactId>sdk</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.vk.api/sdk/
implementation 'com.vk.api:sdk:1.0.14'
// https://jarcasting.com/artifacts/com.vk.api/sdk/
implementation ("com.vk.api:sdk:1.0.14")
'com.vk.api:sdk:jar:1.0.14'
<dependency org="com.vk.api" name="sdk" rev="1.0.14">
<artifact name="sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vk.api', module='sdk', version='1.0.14')
)
libraryDependencies += "com.vk.api" % "sdk" % "1.0.14"
[com.vk.api/sdk "1.0.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.5 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| org.apache.commons : commons-text | jar | 1.6 |
| org.apache.commons : commons-lang3 | jar | 3.6 |
| org.apache.commons : commons-collections4 | jar | 4.3 |
| commons-io : commons-io | jar | 2.6 |
| org.asynchttpclient : async-http-client | jar | 2.8.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.8 |
| org.apache.httpcomponents : httpmime | jar | 4.5.8 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.14.3 |