Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Sep 18, 2024
1 parent 00be3f4 commit 1d196aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/Imperat/Supported-Platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ so to depend on any of the platforms you must first declare our repoistory in yo
</TabItem>

<TabItem value="gradle" label="Gradle build.gradle">
repositories {
mavenCentral();
}
```
repositories {
mavenCentral();
}
```
</TabItem>
</Tabs>

Expand All @@ -25,16 +27,17 @@ platform's dependency as below:
<Tabs>
<TabItem value="maven" label="Maven" default>

```xml
<dependency>
<groupId>dev.velix</groupId>
<artifactId>imperat-PLATFORM</artifactId>
<version>VERSION</version>
</dependency>
```
</TabItem>

<TabItem value="gradle" label="Gradle (short)">
implementation "dev.velix:imperat-PLATFORM:VERSION"
`implementation "dev.velix:imperat-PLATFORM:VERSION"`
</TabItem>
</Tabs>

Expand Down

0 comments on commit 1d196aa

Please sign in to comment.