This repository was archived by the owner on Sep 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Gabriel edited this page Mar 5, 2023
·
17 revisions
To add deck to your project you need to have the maven central repository registered, and then implement deck in your dependencies scope:
<dependencies>
<dependency>
<groupId>io.github.srgaabriel.deck</groupId>
<artifactId>deck-core</artifactId>
<version>{VERSION_HERE}</version>
</dependency>
</dependencies>dependencies {
implementation 'io.github.srgaabriel.deck:deck-core:{VERSION_HERE}'
}dependencies {
implementation("io.github.srgaabriel.deck:deck-core:${VERSION_HERE}")
}You can replace {VERSION_HERE) with the latest version
, or the module with another one of your choice (see Modules).
This is Deck's official documentation. For questions, you can either contact me in Guilded (https://www.guilded.gg/gabriel) or in Discord (Gaabriel#1911). If you don't have any of those, try opening an issue!
I'm not a native English speaker, so for any typos or grammar mistakes please do contact me as well.