======================= Setting Up Your Project ======================= Before you can start developing your Sponge plugin, you need to set up the SpongeAPI dependency in your project. If you're already experienced with your build system, below is the Maven dependency you need to add. Otherwise, there is a more detailed explanation at the :doc:`Gradle ` and :doc:`Maven ` page. SpongeAPI dependency ==================== Maven repository ~~~~~~~~~~~~~~~~ ==== ======================================= Name ``sponge`` URL ``https://repo.spongepowered.org/maven`` ==== ======================================= Maven dependency ~~~~~~~~~~~~~~~~ ============= ============================================================================ Group ID ``org.spongepowered`` Artifact ID ``spongeapi`` Version For example: ``6.0.0`` (stable), or ``7.0.0-SNAPSHOT`` (dev build, unstable) ============= ============================================================================ Setting Up Your Project ======================= .. toctree:: :maxdepth: 2 :titlesonly: gradle maven