...
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency>
<groupId>com.viaversion</groupId>
<artifactId>viaversion-api</artifactId>
<version>LATEST</version>
<scope>provided</scope>
</dependency> |
You may need to replace LATEST with the version number of the latest release, eg. 2.2.2.
...