Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API-MagicCosmetics✨

this repository only contains api methods, it is not the plugin code, so you will need to buy the plugin to use it!

How to include the API with Maven:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.FrancoBM12</groupId>
        <artifactId>API-MagicCosmetics</artifactId>
        <version>LAST-VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

How to include the API with Gradle:

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly "com.github.FrancoBM12:API-MagicCosmetics:LAST-VERSION"
}

You can see the latest version here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages