We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ff4c5c + f9c410d commit 56d9c4fCopy full SHA for 56d9c4f
README.md
@@ -113,7 +113,7 @@ This library is hosted on Jitpack.
113
<dependency>
114
<groupId>com.github.coderFlameyosFlow</groupId>
115
<artifactId>WoodyMenus</artifactId>
116
- <version>1.1.3</version>
+ <version>LATEST</version>
117
</dependency>
118
```
119
or gradle (kotlin) alternative:
@@ -123,10 +123,12 @@ repositories {
123
}
124
125
dependencies {
126
- implementation("com.github.coderFlameyosFlow:WoodyMenus:1.1.3")
+ implementation("com.github.coderFlameyosFlow:WoodyMenus:LATEST")
127
128
129
130
+### CHANGE `LATEST` TO THE LATEST RELEASE.
131
+
132
Example usage:
133
```java
134
import org.bukkit.plugin.java.JavaPlugin;
0 commit comments