Skip to content

Commit

Permalink
Add maven scope (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature authored Feb 10, 2025
1 parent 5439869 commit cd73058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maven-repository.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ Visiting the root of the repository in a web browser will redirect to this page,
<groupId>com.lunarclient</groupId>
<artifactId>apollo-api</artifactId>
<version>1.1.6</version>
<scope>provided</scope>
</dependency>
<!-- For Adventure support add the following dependency. -->
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-extra-adventure4</artifactId>
<version>1.1.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
```
Expand Down

1 comment on commit cd73058

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on cd73058 Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📄 Documentation Deployment

Status:✅ Completed
Environment:production
URL:https://3f5a0f3d.lunarclient-dev.pages.dev

Please sign in to comment.