- Free core for bot VK.
NastU-Core requires a minimum Java version of 19, please install it yourself and configure the environment variables.
- Download nastu-core.jar from release
- Run the following command
java -jar NastU-Core.jar
- Add NastU-Core to your dependencies (it is don't hosted by Maven Central, so you needed to specify a custom repository) .
<dependencies>
<dependency>
<groupId>org.subtrap.nastu-core</groupId>
<artifactId>NastU-Core</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/lib/NastU-Core.jar</systemPath>
</dependency>
</dependencies>