☄️Platforms
Mineject supports various platforms. To integrate a specific platform, simply replace {ARTIFACT} with the platform's name.
If you don't know what {TAG} is, click here
repositories {
mavenCentral()
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.failutee.Mineject:{ARTIFACT}:{TAG}")
}repositories {
mavenCentral()
maven {
url 'https://jitpack.io'
}
}
dependencies {
implementation 'com.github.failutee.Mineject:{ARTIFACT}:{TAG}'
}<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.failutee.Mineject</groupId>
<artifactId>{ARTIFACT}</artifactId>
<version>{TAG}</version>
</dependency>Platform
Artifact
Spigot
mineject-spigot
BungeeCord
Soon...
Last updated