Skip to content

Commit 9b90f9c

Browse files
authored
Update README with Maven
Added Maven setup instructions
1 parent 2977850 commit 9b90f9c

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ decided it would be better to make a separate mod that does everything without C
1919

2020
## Development
2121

22-
I do not have a proper maven setup yet (just don't think I will need one).
23-
I do support JitPack though. [![Latest Version](https://jitpack.io/v/TagnumElite/ProjectE-Integration.svg)](https://jitpack.io/#TagnumElite/ProjectE-Integration)
22+
[![Latest Version](https://jitpack.io/v/TagnumElite/ProjectE-Integration.svg)](https://jitpack.io/#TagnumElite/ProjectE-Integration)
2423

2524
```groovy
2625
repositories {
@@ -32,6 +31,19 @@ dependencies {
3231
}
3332
```
3433

34+
Maven (doesn't have all versions)
35+
36+
```groovy
37+
repositories {
38+
maven { url 'https://maven.tagnumelite.com/releases' }
39+
}
40+
41+
dependencies {
42+
provided "com.tagnumelite.projecteintegration:projecte-integration:{VERSION}"
43+
}
44+
45+
```
46+
3547
## Permissions:
3648

3749
You may include this in a private or public modpack as long as you give credit.

0 commit comments

Comments
 (0)