For Ant builds, legacy projects, and no-build setups — paste your dependencies, get a ZIP.
<dependency> XML blockslib/ folder and reference them in build.xml.mvn, no pom.xml project, no JDK required on your machine.<path id="classpath">
<fileset dir="lib" includes="**/*.jar"/>
</path>
<javac srcdir="src" destdir="build">
<classpath refid="classpath"/>
</javac>
pom.xml — just paste individual <dependency> blocks and the tool will resolve them.