The Zero Install XSD model transformed to Java source code by Apache XMLBeans.
This is NOT a full implementation of Zero Install in Java!
Important: XMLBeans does not support Java 9 or newer as a build environment. However, the resulting artifact will work fine on current Java versions.
Useful if you want to parse or generate Zero Install feeds in your Java applications. Not required if you simply want to call Zero Install from your application.
Include this in your Maven pom.xml
to use the library:
<dependency>
<groupId>net.zeroinstall</groupId>
<artifactId>zeroinstall-model</artifactId>
<version>2.2.1</version>
</dependency>