| hide_title | true |
|---|
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
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>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>:::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. :::
Please select one of the following guides to get started: