Answer the question
In order to leave comments, you need to log in
How to add VK Java sdk library to NetBeans?
There is such a thing https://vk.com/dev/Java_SDK
I've been trying to figure it out for 3 hours now.
Can't add it to the project. As I understand it, it is necessary to compile the finished jar through Gradle?
I just started learning java, I wanted to rewrite my bot with C#, but here is such a problem
. Can you tell me how to use it? What can I do so that I can write import and start working with it?
There are a lot of other dependencies out there.
I just heard about Gradle right now and didn’t really understand how to work with it. I tried to compile from the folder that is on github, I get this
:init
The build file 'build.gradle' already exists. Skipping build initialization.
:init SKIPPED
BUILD SUCCESSFUL
Total time: 1.163 secs
Answer the question
In order to leave comments, you need to log in
In fact, it doesn’t matter which collector you will use, the main thing for you is to add the necessary dependency:
<dependency>
<groupId>com.vk.api</groupId>
<artifactId>sdk</artifactId>
<version>0.5.3</version>
</dependency>
dependencies {
compile 'com.vk.api:sdk:0.5.3
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question