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.
1 parent 1781a99 commit a7762cdCopy full SHA for a7762cd
pom.xml
@@ -245,6 +245,10 @@
245
<id>placeholderapi</id>
246
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
247
</repository>
248
+ <repository>
249
+ <id>devmart-other</id>
250
+ <url>https://nexuslite.gcnt.net/repos/other/</url>
251
+ </repository>
252
<!-- ... -->
253
254
</repositories>
@@ -372,5 +376,11 @@
372
376
<version>32.0.0-jre</version> <!-- At this time Spigot is including 29.0 Guava classes that we are using -->
373
377
<scope>compile</scope>
374
378
</dependency>
379
+ <dependency>
380
+ <groupId>com.tcoded</groupId>
381
+ <artifactId>FoliaLib</artifactId>
382
+ <version>0.2.0</version>
383
+ <scope>compile</scope>
384
+ </dependency>
375
385
</dependencies>
386
</project>
0 commit comments