> For the complete documentation index, see [llms.txt](https://enchantmentslots.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enchantmentslots.superiormc.cn/for-4.1.8/develop/api-download.md).

# API Download

* You can obtain EnchantmentSlots-API.jar at our [GitHub](https://github.com/ManyouTeam/EnchantmentSlotsAPI/releases/tag/1.0.0).
* To use our API jar in your project, simply use local system way, like this in Maven:

```markup
        <dependency>
            <groupId>cn.superiormc.enchantmentslots</groupId>
            <artifactId>EnchantmentSlots</artifactId>
            <version>1.0.0</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/lib/EnchantmentSlotsAPI-1.0.0.jar</systemPath>
        </dependency>
```

* Then put the jar you downloaded at the path you set in `systemPath` above.
