Developer API
If you're not a nerd, get outta here!
📦 Repository
- Gradle (Groovy)
- Gradle (Kotlin)
- Maven
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
- Gradle (Groovy)
- Gradle (Kotlin)
- Maven
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?
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: