-
-
Notifications
You must be signed in to change notification settings - Fork 0
Import LLibrary
GitHub Action edited this page Mar 17, 2025
·
2 revisions
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository><dependency>
<groupId>com.github.LucFr1746</groupId>
<artifactId>LLibrary</artifactId>
<version>VERSION</version>
</dependency>dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}dependencies {
implementation 'com.github.LucFr1746:LLibrary:VERSION'
}You may get the VERSION: here or on top of the page.
Add the API as dependency to your plugin.yml:
depend: [LLibrary]Or, if you are using paper-plugin.yml:
dependencies:
server:
LLibrary:
load: BEFORE
required: true
join-classpath: trueAuthor: lucfr1746
LLibrary by LucFr1746 © 2024. All rights reserved.