Is my data stored?
No. Everything runs client-side in your browser. Your dependency XML is never sent to a server or stored anywhere.
Does it support Maven Central only?
Yes, currently all dependencies are resolved from Maven Central. Support for additional repositories may be added in the future.
How are version conflicts resolved?
Version conflicts are resolved using nearest-wins semantics, the same approach Maven uses in its dependency mediation.
Can I use this without a POM file?
Yes. You don't need a full pom.xml — just paste individual <dependency> blocks and the tool will resolve them.
What about POM-packaging dependencies?
POM-type dependencies are resolved for their transitive metadata but only JAR artifacts are included in the downloaded ZIP.