BedWars Cosmetics
  • Home
  • Features
  • FAQ
  • Dependencies
  • Installation
  • Setup
    • Commands
    • Placeholders
    • Guides
  • Developer API
    • Maven or Gradle
    • API Examples
    • Source code
Powered by GitBook
On this page

Was this helpful?

  1. Developer API

Maven or Gradle

PreviousGuidesNextAPI Examples

Last updated 1 year ago

Was this helpful?

Latest version can be found in GitHub

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.IamTheDefender</groupId>
    <artifactId>BW1058-Cosmetics</artifactId>
    <version>{VERSION}</version>
    <scope>provided</scope>
</dependency>
repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.IamTheDefender:BedWars1058-Cosmetics-Free:{VERSION}'
}

Releases · IamTheDefender/BW1058-CosmeticsGitHub
Check the version here ^^
Logo