Skip to content

Commit

Permalink
Add maven Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Jun 2, 2024
1 parent dcb3aa0 commit 14a593b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions maven-repo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Adding Stellaris to your project

if you want to add Stellaris to your project, you can use gradle for it.

**Adding the repository**

```groovy
repositories {
maven {
name "Stellaris Maven"
url "https://maven.odysseyus.fr/releases"
}
}
```

**Adding Stellaris as dependency**

```groovy
dependencies {
implementation "com.st0x0ef:stellaris-{modloader}-{minecraft_version}:{version}"
}
```

0 comments on commit 14a593b

Please sign in to comment.