Update README.md

This commit is contained in:
BongoCat 2022-05-31 18:08:23 -07:00 committed by GitHub
parent 3107901172
commit d1515055b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,15 +8,18 @@ If you would like to contribute and suggest some plugins to be added, please **d
## How to use: ## How to use:
Include the repo in your pom.xml with: Include the repo in your pom.xml with:
`<repository>\ ```
<id>PrimCoreRepos-repos</id>\ <repository>
<url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url>\ <id>PrimCoreRepos-repos</id>
</repository>\` <url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url>
</repository>
```
Then, to add them as dependencies: Then, to add them as dependencies:
`---------- Vault ----------- ```
<dependency>\ ---------- Vault -----------
<groupId>com.github.EaglerMaven</groupId>\ <dependency>
<groupId>com.github.EaglerMaven</groupId>
<artifactId>Vault</artifactId> <artifactId>Vault</artifactId>
<version>1.2.26</version> <version>1.2.26</version>
</dependency> </dependency>
@ -43,6 +46,7 @@ Then, to add them as dependencies:
<groupId>com.github.EaglerMaven</groupId> <groupId>com.github.EaglerMaven</groupId>
<artifactId>ProtocolLib</artifactId> <artifactId>ProtocolLib</artifactId>
<version>3.6.4</version> <version>3.6.4</version>
</dependency>` </dependency>
```
If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies