Zero Install Model

The Zero Install XSD model transformed by Apache XMLBeans to Java source code.

License

License

Categories

Categories

Net
GroupId

GroupId

net.zeroinstall
ArtifactId

ArtifactId

zeroinstall-model
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Zero Install Model
The Zero Install XSD model transformed by Apache XMLBeans to Java source code.
Project URL

Project URL

https://github.com/0install/java-model
Source Code Management

Source Code Management

https://github.com/0install/java-model

Download zeroinstall-model

How to add to project

<!-- https://jarcasting.com/artifacts/net.zeroinstall/zeroinstall-model/ -->
<dependency>
    <groupId>net.zeroinstall</groupId>
    <artifactId>zeroinstall-model</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.zeroinstall/zeroinstall-model/
implementation 'net.zeroinstall:zeroinstall-model:2.2.1'
// https://jarcasting.com/artifacts/net.zeroinstall/zeroinstall-model/
implementation ("net.zeroinstall:zeroinstall-model:2.2.1")
'net.zeroinstall:zeroinstall-model:jar:2.2.1'
<dependency org="net.zeroinstall" name="zeroinstall-model" rev="2.2.1">
  <artifact name="zeroinstall-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.zeroinstall', module='zeroinstall-model', version='2.2.1')
)
libraryDependencies += "net.zeroinstall" % "zeroinstall-model" % "2.2.1"
[net.zeroinstall/zeroinstall-model "2.2.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.xmlbeans : xmlbeans jar 2.6.0
com.google.guava : guava jar 18.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
com.github.tomakehurst : wiremock jar 1.47

Project Modules

There are no modules declared in this project.

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>
net.zeroinstall

Zero Install

A decentralised cross-platform software installation system.

Versions

Version
2.2.1
2.2.0
2.1.0
1.14.2