Skip to content

Latest commit

 

History

History
106 lines (80 loc) · 1.98 KB

File metadata and controls

106 lines (80 loc) · 1.98 KB
hide_title true

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

📦 Repository

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}
repositories {
    mavenCentral()
    maven { url = uri("https://jitpack.io") }
}
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

🔗 Dependency

dependencies {
    implementation 'com.github.M64DiamondStar:EffectMaster:1.4.9'
}
dependencies {
    implementation("com.github.M64DiamondStar:EffectMaster:1.4.9")
}
<dependencies>
    <dependency>
        <groupId>com.github.M64DiamondStar</groupId>
        <artifactId>EffectMaster</artifactId>
        <version>1.4.9</version>
    </dependency>
</dependencies>

⚠️ Java or Kotlin?

:::danger Java or Kotlin? While you can use Java to interact with EffectMaster, it is highly recommended to use Kotlin if you're familiar with it. EffectMaster is written in Kotlin, making API interactions more seamless and idiomatic in Kotlin. :::


🚀 Using the API

Please select one of the following guides to get started: