Skip to content

0install/0install-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Install Java Model

API documentation Build status
The Zero Install XSD model transformed to Java source code by Apache XMLBeans.

This is NOT a full implementation of Zero Install in Java!

zeroinstall-model

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>