2023-08-13 14:00:38 +00:00
|
|
|
# V10Lift
|
|
|
|
The official recode of the original [V10Lift](https://github.com/shinyquagsire23/V10Lift) plugin.
|
2021-03-24 11:14:01 +00:00
|
|
|
|
2020-02-08 11:17:27 +00:00
|
|
|
## Maven
|
|
|
|
```xml
|
|
|
|
<repository>
|
2023-08-13 14:00:38 +00:00
|
|
|
<id>sbdevelopment-repo-releases</id>
|
|
|
|
<name>SBDevelopment Repository</name>
|
|
|
|
<url>https://repo.sbdevelopment.tech/releases</url>
|
2020-02-08 11:17:27 +00:00
|
|
|
</repository>
|
|
|
|
|
|
|
|
<dependency>
|
2023-08-13 14:00:38 +00:00
|
|
|
<groupId>tech.sbdevelopment</groupId>
|
|
|
|
<artifactId>V10Lift</artifactId>
|
|
|
|
<version>0.7.5</version>
|
2020-02-08 11:17:27 +00:00
|
|
|
</dependency>
|
|
|
|
```
|
|
|
|
|
2023-08-13 14:00:38 +00:00
|
|
|
© Stijn Bannink - 2023/2024
|