0install / 0install-java

the Zero Install feed model as a Java library

Home Page:https://java.0install.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

the Zero Install feed model as a Java library

https://java.0install.net/

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%