We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731a1ce commit a3d9f98Copy full SHA for a3d9f98
1 file changed
pom.xml
@@ -35,14 +35,22 @@
35
<id>nukkitx</id>
36
<url>https://repo.opencollab.dev/main/</url>
37
</repository>
38
- </repositories>
+ <repository>
39
+ <id>jitpack.io</id>
40
+ <url>https://jitpack.io</url>
41
+ </repository>
42
<dependencies>
43
<dependency>
44
<groupId>cn.nukkit</groupId>
45
<artifactId>nukkit</artifactId>
46
<version>1.0-SNAPSHOT</version>
47
<scope>provided</scope>
48
</dependency>
49
+ <dependency>
50
+ <groupId>com.github.MEFRREEX</groupId>
51
+ <artifactId>FormConstructor</artifactId>
52
+ <version>2.0.0</version>
53
+ </dependency>
54
55
<groupId>me.onebone</groupId>
56
<artifactId>EconomyAPI</artifactId>
0 commit comments