Skip to content

Commit

Permalink
Add protobuf repo section
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentinTheKid authored Jul 31, 2024
1 parent 2e9e697 commit f3545be
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/internals/lightweight.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,36 @@ This method leverages the apollo-protos library and protobuf's native serializat
}
```

## Protobuf Repository

<Tabs items={['Maven', 'Gradle (Groovy)', 'Gradle (Kotlin)']}>
<Tab>
```xml filename="pom.xml"
<dependencies>
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-protos</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
</Tab>
<Tab>
```groovy filename="build.gradle"
dependencies {
compileOnly 'com.lunarclient:apollo-protos:1.0-SNAPSHOT'
}
```
</Tab>
<Tab>
```kotlin filename="build.gradle.kts"
dependencies {
compileOnly("com.lunarclient:apollo-protos:1.0-SNAPSHOT")
}
```
</Tab>
</Tabs>

</Tab>

<Tab>
Expand Down

1 comment on commit f3545be

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on f3545be Jul 31, 2024

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:preview
URL:https://bb65c56e.lunarclient-dev.pages.dev

Please sign in to comment.