mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
correct some typos
parent
4d46d4bac5
commit
dc58a87dad
@ -24,9 +24,9 @@ As for the version, use the latest release version based on their respective Buk
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.onarandombox.multiversecore</groupId>
|
||||
<artifactId>Multiverse-[MODULE]</artifactId> <!-- Don't forget to replace this -->
|
||||
<version>[VERSION]</version> <!-- Replace this as well -->
|
||||
<groupId>com.onarandombox.multiverse[MODULE (in lowercase)]</groupId> <!-- Don't forget to replace this -->
|
||||
<artifactId>Multiverse-[MODULE]</artifactId> <!-- Replace this as well -->
|
||||
<version>[VERSION]</version> <!-- This too -->
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@ -39,11 +39,11 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.onarandombox.multiversecore:Multiverse-[MODULE]:[VERSION]'
|
||||
compileOnly 'com.onarandombox.multiverse[MODULE (in lowercase)]:Multiverse-[MODULE]:[VERSION]'
|
||||
}
|
||||
```
|
||||
|
||||
### Mannual
|
||||
### Manual
|
||||
If you wish to download the dependency to classpath, you can do the following:
|
||||
1. Navigate to https://repo.onarandombox.com/content/groups/public/com/onarandombox/.
|
||||
1. Click into the directory of the Multiverse modules you wish to have.
|
||||
|
Loading…
Reference in New Issue
Block a user