================ Setting Up Maven ================ If you already have a pom.xml set up you can simply add the following to the ```` block of your ``pom.xml`` to add the SpongeAPI dependency: .. code-block:: xml sponge-repo Sponge Maven Repository https://repo.spongepowered.org/maven org.spongepowered spongeapi 7.2.0 jar provided If you are instead looking for a more complete example which you can tweak to your needs, you can use the following as your basis: .. code-block:: xml 4.0.0 com.example exampleid ExamplePluginName 1.0.0 http://example.com/ UTF-8 jar sponge-repo https://repo.spongepowered.org/maven org.spongepowered spongeapi 7.2.0 jar true provided ExamplePluginName clean install . ${basedir}/ org.apache.maven.plugins maven-clean-plugin 3.1.0 org.apache.maven.plugins maven-jar-plugin 3.0.2 org.apache.maven.plugins maven-compiler-plugin 3.7.0 1.8 1.8